Edit

Share via


TokenExpiredException Class

Definition

Contains the exception that is thrown when a client identity token has expired.The TokenExpiredException class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class TokenExpiredException : Microsoft::Exchange::WebServices::Auth::Validation::TokenValidationException
public class TokenExpiredException : Microsoft.Exchange.WebServices.Auth.Validation.TokenValidationException
Public Class TokenExpiredException
Inherits TokenValidationException
Inheritance
TokenExpiredException

Constructors

TokenExpiredException(String)

Initializes a new instance of the TokenExpiredException class with the specified message that describes the error. The TokenExpiredException(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to