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

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

List of all members.

Public Member Functions

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

Detailed Description

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


Constructor & Destructor Documentation

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.