Class SecurityException
public sealed class SecurityException : Exception, ISerializable
- Inheritance
-
SecurityException
- Implements
- Inherited Members
Constructors
SecurityException(AuthenticationFailure)
public SecurityException(AuthenticationFailure failure)
Parameters
failureAuthenticationFailure
Properties
Error
public AuthenticationFailure Error { get; }
Property Value
Message
Gets a message that describes the current exception.
public override string Message { get; }
Property Value
- string
The error message that explains the reason for the exception, or an empty string ("").
MostSpecificContext
public required string MostSpecificContext { get; set; }