Click or drag to resize

TfaRequiredAuthenticationException Constructor

Overload List
 NameDescription
Public methodTfaRequiredAuthenticationExceptionInitializes a new instance of the AuthenticationException class with no message.
Public methodTfaRequiredAuthenticationException(String)Initializes a new instance of the AuthenticationException class with the specified message.
Protected methodTfaRequiredAuthenticationException(SerializationInfo, StreamingContext)Initializes a new instance of the AuthenticationException class from the specified instances of the SerializationInfo and StreamingContext classes.
Public methodTfaRequiredAuthenticationException(String, Exception)Initializes a new instance of the AuthenticationException class with the specified message and inner exception.
Top
See Also