Class AuthenticationException

Exception for when authentication failed.

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

Constructors

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
TypeNameDescription
SerializationInfoserializationInfo

The serialization info.

StreamingContextstreamingContext

The streaming context.

AuthenticationException(string, Exception)

Initializes a new instance of the AuthenticationException class.

Declaration
RequestResponse
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
RequestResponse
public AuthenticationException(string message)
Parameters
TypeNameDescription
stringmessage

The message.

Do you have some feedback for us?

If you have suggestions for improving this article,