ServiceJsonDeserializationException Class

Definition

Represents an error that occurs when the XML for a response cannot be deserialized. The ServiceJsonDeserializationException class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class ServiceJsonDeserializationException sealed : Microsoft::Exchange::WebServices::Data::ServiceLocalException
public sealed class ServiceJsonDeserializationException : Microsoft.Exchange.WebServices.Data.ServiceLocalException
Public NotInheritable Class ServiceJsonDeserializationException
Inherits ServiceLocalException
Inheritance
ServiceJsonDeserializationException

Constructors

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.

Applies to