![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Exception object that will be returned if the token is expired. More...
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. |
Exception object that will be returned if the token is expired.
Initializes a new instance of the TokenExpiredException class.
ATT_MSSDK.TokenExpiredException.TokenExpiredException | ( | string | message | ) |
Initializes a new instance of the TokenExpiredException class.
message | String message describing the exception. |
ATT_MSSDK.TokenExpiredException.TokenExpiredException | ( | string | message, |
Exception | ex | ||
) |
Initializes a new instance of the TokenExpiredException class.
message | String message describing the exception. |
ex | The nested exception. |