2 writes to ExceptionType
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests_Handler.cs (2)
1092
ExceptionType
= typeof(SecurityTokenException);
1097
ExceptionType
= exceptionType;
2 references to ExceptionType
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests_Handler.cs (2)
1109
var constructor =
ExceptionType
.GetTypeInfo().GetConstructor(new[] { typeof(string) });
1110
var exception = (Exception)constructor.Invoke(new[] {
ExceptionType
.Name });