8 instantiations of AntiforgeryValidationException
Microsoft.AspNetCore.Antiforgery (8)
Internal\DefaultAntiforgery.cs (5)
148
throw new
AntiforgeryValidationException
(
157
throw new
AntiforgeryValidationException
(message);
162
throw new
AntiforgeryValidationException
(message);
169
throw new
AntiforgeryValidationException
(message);
200
throw new
AntiforgeryValidationException
(message);
Internal\DefaultAntiforgeryTokenSerializer.cs (1)
86
throw new
AntiforgeryValidationException
(Resources.AntiforgeryToken_DeserializationFailed, innerException);
Internal\DefaultAntiforgeryTokenStore.cs (2)
64
throw new
AntiforgeryValidationException
(Resources.AntiforgeryToken_UnableToReadRequest, ex);
70
throw new
AntiforgeryValidationException
(Resources.AntiforgeryToken_UnableToReadRequest, ex);
6 references to AntiforgeryValidationException
Microsoft.AspNetCore.Antiforgery (5)
AntiforgeryMiddleware.cs (1)
48
catch (
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)
436
catch (
AntiforgeryValidationException
ex)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Filters\ValidateAntiforgeryTokenAuthorizationFilter.cs (1)
39
catch (
AntiforgeryValidationException
exception)