Edit

Share via


InvalidTokenFormatException(String) Constructor

Definition

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

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

Parameters

message
String

The message that describes the exception.

Applies to