![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Exception returned if the RequestFactory does not include the scope necessary for this call. More...
Public Member Functions | |
InvalidScopeException () | |
Initializes a new instance of the InvalidScopeException class. | |
InvalidScopeException (string message) | |
Initializes a new instance of the InvalidScopeException class. | |
InvalidScopeException (string message, Exception ex) | |
Initializes a new instance of the InvalidScopeException class. |
Exception returned if the RequestFactory does not include the scope necessary for this call.
Initializes a new instance of the InvalidScopeException class.
ATT_MSSDK.InvalidScopeException.InvalidScopeException | ( | string | message | ) |
Initializes a new instance of the InvalidScopeException class.
message | String message describing the exception. |
ATT_MSSDK.InvalidScopeException.InvalidScopeException | ( | string | message, |
Exception | ex | ||
) |
Initializes a new instance of the InvalidScopeException class.
message | String message describing the exception. |
ex | The nested exception. |