Edit

Share via


InvalidTokenAudienceException(String) Constructor

Definition

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

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

Parameters

message
String

The message that describes the exception.

Applies to