AT&T API Platform SDK for Microsoft®  2.3.2
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Enumerator Properties Groups Pages
ATT_MSSDK.UnauthorizedRequest Class Reference

Exception object, that will be returned when authorization fails. More...

Inheritance diagram for ATT_MSSDK.UnauthorizedRequest:

Public Member Functions

 UnauthorizedRequest ()
 Initializes a new instance of the UnauthorizedRequest class. More...
 
 UnauthorizedRequest (string message)
 Initializes a new instance of the UnauthorizedRequest class. More...
 
 UnauthorizedRequest (string message, Exception ex)
 Initializes a new instance of the UnauthorizedRequest class. More...
 

Detailed Description

Exception object, that will be returned when authorization fails.

Constructor & Destructor Documentation

ATT_MSSDK.UnauthorizedRequest.UnauthorizedRequest ( )

Initializes a new instance of the UnauthorizedRequest class.

ATT_MSSDK.UnauthorizedRequest.UnauthorizedRequest ( string  message)

Initializes a new instance of the UnauthorizedRequest class.

Parameters
messageA string used to describe the exception.
ATT_MSSDK.UnauthorizedRequest.UnauthorizedRequest ( string  message,
Exception  ex 
)

Initializes a new instance of the UnauthorizedRequest class.

Parameters
messageA string used to describe the exception.
exA nested exception.