Edit

Share via


TokenExpiredException(String) Constructor

Definition

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.

public:
 TokenExpiredException(System::String ^ message);
public TokenExpiredException (string message);
Public Sub New (message As String)

Parameters

message
String

The message that describes the exception.

Applies to