Edit

Share via


InvalidTokenSignatureException Constructors

Definition

Overloads

InvalidTokenSignatureException()

Initializes a new instance of the InvalidTokenSignatureException class.The InvalidTokenSignatureException() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

InvalidTokenSignatureException(String)

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

InvalidTokenSignatureException()

Initializes a new instance of the InvalidTokenSignatureException class.The InvalidTokenSignatureException() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 InvalidTokenSignatureException();
public InvalidTokenSignatureException ();
Public Sub New ()

Applies to

InvalidTokenSignatureException(String)

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

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

Parameters

message
String

The message that describes the exception.

Applies to