Edit

Share via


TokenValidationException Constructors

Definition

Overloads

TokenValidationException()

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

TokenValidationException(String)

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

TokenValidationException(String, Exception)

Initializes a new instance of the TokenValidationException class with the specified message that describes the error and a reference to the exception that caused the error. The TokenValidationException(String, Exception) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

TokenValidationException()

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

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

Applies to

TokenValidationException(String)

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

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

Parameters

message
String

The message that describes the exception.

Applies to

TokenValidationException(String, Exception)

Initializes a new instance of the TokenValidationException class with the specified message that describes the error and a reference to the exception that caused the error. The TokenValidationException(String, Exception) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 TokenValidationException(System::String ^ message, Exception ^ innerException);
public TokenValidationException (string message, Exception innerException);
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The message that describes the exception.

innerException
Exception

The inner exception that caused the current exception.

Applies to