2 writes to ExceptionType
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests.cs (2)
1016ExceptionType = typeof(SecurityTokenException); 1021ExceptionType = exceptionType;
2 references to ExceptionType
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests.cs (2)
1038var constructor = ExceptionType.GetTypeInfo().GetConstructor(new[] { typeof(string) }); 1039var exception = (Exception)constructor.Invoke(new[] { ExceptionType.Name });