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