InvalidTokenVersionException Class

Definition

Contains the exception that is thrown when the version of a client identity token does not match the expected version. The InvalidTokenVersionException class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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

Constructors

InvalidTokenVersionException(String)

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

Applies to