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