Class AuthenticationException
Exception for when authentication failed.
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
AuthenticationException()
Initializes a new instance of the AuthenticationException class.
Declaration
AuthenticationException(SerializationInfo, StreamingContext)
Initializes a new instance of the AuthenticationException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | serializationInfo |
The serialization info. |
| StreamingContext | streamingContext |
The streaming context. |
AuthenticationException(string, Exception)
Initializes a new instance of the AuthenticationException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message. |
| Exception | exception |
The exception. |
AuthenticationException(string)
Initializes a new instance of the AuthenticationException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message. |