Edit

Share via


InvalidTokenVersionException(String) Constructor

Definition

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

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

Parameters

message
String

The message that describes the exception.

Applies to