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.InvalidScopeException Class Reference

Exception returned if the RequestFactory does not include the scope necessary for this call. More...

List of all members.

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.

Detailed Description

Exception returned if the RequestFactory does not include the scope necessary for this call.


Constructor & Destructor Documentation

Initializes a new instance of the InvalidScopeException class.

Parameters:
messageString message describing the exception.
ATT_MSSDK.InvalidScopeException.InvalidScopeException ( string  message,
Exception  ex 
)

Initializes a new instance of the InvalidScopeException class.

Parameters:
messageString message describing the exception.
exThe nested exception.