Edit

Share via


MetadataAccessException(String) Constructor

Definition

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

public:
 MetadataAccessException(System::String ^ details);
public MetadataAccessException (string details);
Public Sub New (details As String)

Parameters

details
String

The message that describes the exception.

Applies to