Class AuthenticationException
Version: 3.2
Exception for when authentication failed.
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class AuthenticationException : SdkExceptionConstructors
AuthenticationException()
Initializes a new instance of the AuthenticationException class.
Declaration
RequestResponse
public AuthenticationException()AuthenticationException(SerializationInfo, StreamingContext)
Initializes a new instance of the AuthenticationException class.
Declaration
RequestResponse
protected AuthenticationException(SerializationInfo serializationInfo, StreamingContext streamingContext)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
RequestResponse
public AuthenticationException(string message, Exception exception)Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message. |
| Exception | exception |
The exception. |
AuthenticationException(string)
Initializes a new instance of the AuthenticationException class.
Declaration
RequestResponse
public AuthenticationException(string message)Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message. |