Constructs authentication exception with no description.
Constructs authentication exception with no description.
public AuthenticationException();
Deserializing constructor.
public AuthenticationException(SerializationInfo,StreamingContext);
Constructs authentication exception with descriptive message.
public AuthenticationException(string);
Constructs wrapper authentication exception, used to wrap unhandled exceptions catched by IExSys.Authentication module.
public AuthenticationException(string,Exception);
AuthenticationException Class | IExSys.Authentication.Exceptions Namespace