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

Exception object that will be returned if the token is expired More...

Inheritance diagram for ATT_MSSDK.TokenExpiredException:

Public Member Functions

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

Detailed Description

Exception object that will be returned if the token is expired

Constructor & Destructor Documentation

ATT_MSSDK.TokenExpiredException.TokenExpiredException ( )

Initializes a new instance of the TokenExpiredException class.

ATT_MSSDK.TokenExpiredException.TokenExpiredException ( string  message)

Initializes a new instance of the TokenExpiredException class.

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

Initializes a new instance of the TokenExpiredException class.

Parameters
messageString message describing the exception.
exThe nested exception.