TokenValidationException Class

Definition

Defines the base class for all client identity token validation exceptions.The TokenValidationException class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class TokenValidationException abstract : Exception
public abstract class TokenValidationException : Exception
Public MustInherit Class TokenValidationException
Inherits Exception
Inheritance
TokenValidationException
Derived

Constructors

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.

Applies to