8 instantiations of AntiforgeryValidationException
Microsoft.AspNetCore.Antiforgery (8)
Internal\DefaultAntiforgery.cs (5)
148throw new AntiforgeryValidationException( 157throw new AntiforgeryValidationException(message); 162throw new AntiforgeryValidationException(message); 169throw new AntiforgeryValidationException(message); 200throw new AntiforgeryValidationException(message);
Internal\DefaultAntiforgeryTokenSerializer.cs (1)
86throw new AntiforgeryValidationException(Resources.AntiforgeryToken_DeserializationFailed, innerException);
Internal\DefaultAntiforgeryTokenStore.cs (2)
64throw new AntiforgeryValidationException(Resources.AntiforgeryToken_UnableToReadRequest, ex); 70throw new AntiforgeryValidationException(Resources.AntiforgeryToken_UnableToReadRequest, ex);
6 references to AntiforgeryValidationException
Microsoft.AspNetCore.Antiforgery (5)
AntiforgeryMiddleware.cs (1)
48catch (AntiforgeryValidationException e)
AntiforgeryValidationException.cs (2)
12/// Creates a new instance of <see cref="AntiforgeryValidationException"/> with the specified 22/// Creates a new instance of <see cref="AntiforgeryValidationException"/> with the specified
IAntiforgery.cs (1)
55/// <exception cref="AntiforgeryValidationException">
Internal\DefaultAntiforgery.cs (1)
436catch (AntiforgeryValidationException ex)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Filters\ValidateAntiforgeryTokenAuthorizationFilter.cs (1)
39catch (AntiforgeryValidationException exception)