1. AuthenticationException

Class AuthenticationException

Exception for when authentication failed.

Inheritance
object
AuthenticationException
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class AuthenticationException : SdkException

Constructors

AuthenticationException()

Initializes a new instance of the AuthenticationException class.

Declaration
public AuthenticationException()

AuthenticationException(SerializationInfo, StreamingContext)

Initializes a new instance of the AuthenticationException class.

Declaration
protected AuthenticationException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
TypeNameDescription
SerializationInfoserializationInfo

The serialization info.

StreamingContextstreamingContext

The streaming context.

AuthenticationException(string, Exception)

Initializes a new instance of the AuthenticationException class.

Declaration
public AuthenticationException(string message, Exception exception)
Parameters
TypeNameDescription
stringmessage

The message.

Exceptionexception

The exception.

AuthenticationException(string)

Initializes a new instance of the AuthenticationException class.

Declaration
public AuthenticationException(string message)
Parameters
TypeNameDescription
stringmessage

The message.

If you have suggestions for improving this article, let us know!