Edit

Share via


ServiceJsonDeserializationException Constructors

Definition

Overloads

ServiceJsonDeserializationException()

Initializes a new instance of the ServiceJsonDeserializationException class. The ServiceJsonDeserializationException() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ServiceJsonDeserializationException(String)

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

ServiceJsonDeserializationException(String, Exception)

Initializes a new instance of the ServiceJsonDeserializationException class with an error message and the exception that caused the deserialization error. The ServiceJsonDeserializationException(String, Exception) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ServiceJsonDeserializationException()

Initializes a new instance of the ServiceJsonDeserializationException class. The ServiceJsonDeserializationException() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 ServiceJsonDeserializationException();
public ServiceJsonDeserializationException ();
Public Sub New ()

Applies to

ServiceJsonDeserializationException(String)

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

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

Parameters

message
String

The error message text.

Applies to

ServiceJsonDeserializationException(String, Exception)

Initializes a new instance of the ServiceJsonDeserializationException class with an error message and the exception that caused the deserialization error. The ServiceJsonDeserializationException(String, Exception) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 ServiceJsonDeserializationException(System::String ^ message, Exception ^ innerException);
public ServiceJsonDeserializationException (string message, Exception innerException);
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The error message text.

innerException
Exception

The exception that caused the deserialization error.

Applies to