InvalidTokenFormatException Class

Definition

Contains the exception that is thrown when a client identity token is in an unexpected format. The InvalidTokenFormatException class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class InvalidTokenFormatException : Microsoft::Exchange::WebServices::Auth::Validation::TokenValidationException
public class InvalidTokenFormatException : Microsoft.Exchange.WebServices.Auth.Validation.TokenValidationException
Public Class InvalidTokenFormatException
Inherits TokenValidationException
Inheritance
InvalidTokenFormatException
Derived

Constructors

InvalidTokenFormatException(String)

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.

Applies to