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

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

List of all members.

Public Member Functions

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

Detailed Description

Exception object, that will be returned when authorization fails.


Constructor & Destructor Documentation

Initializes a new instance of the UnauthorizedRequest class.

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.