Table of Contents

Class UnauthorizedException

Namespace
Minds.SDK
Assembly
Minds.SDK.dll

Represents an exception that is thrown when a request is unauthorized.

public class UnauthorizedException : Exception, ISerializable, _Exception
Inheritance
UnauthorizedException
Implements
Inherited Members

Constructors

UnauthorizedException()

Initializes a new instance of the UnauthorizedException class.

public UnauthorizedException()

UnauthorizedException(string)

Initializes a new instance of the UnauthorizedException class with a specified error message.

public UnauthorizedException(string message)

Parameters

message string

The error message that explains the reason for the exception.

UnauthorizedException(string, Exception)

Initializes a new instance of the UnauthorizedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public UnauthorizedException(string message, Exception inner)

Parameters

message string

The error message that explains the reason for the exception.

inner Exception

The exception that is the cause of the current exception.