![]() |
AT&T API Platform SDK for Microsoft®
2.3.2
Wrapper classes that allow developers to build robust applications using .NET
|
Exception object, that will be returned when authorization fails. More...
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... | |
Exception object, that will be returned when authorization fails.
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.
message | A string used to describe the exception. |
ATT_MSSDK.UnauthorizedRequest.UnauthorizedRequest | ( | string | message, |
Exception | ex | ||
) |
Initializes a new instance of the UnauthorizedRequest class.
message | A string used to describe the exception. |
ex | A nested exception. |