ServiceXmlDeserializationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an error that occurs when the XML for a response cannot be deserialized.
public ref class ServiceXmlDeserializationException sealed : Microsoft::Exchange::WebServices::Data::ServiceLocalException
public sealed class ServiceXmlDeserializationException : Microsoft.Exchange.WebServices.Data.ServiceLocalException
Public NotInheritable Class ServiceXmlDeserializationException
Inherits ServiceLocalException
- Inheritance
Constructors
ServiceXmlDeserializationException() |
Initializes a new instance of the ServiceXmlDeserializationException class. |
ServiceXmlDeserializationException(String, Exception) |
Initializes a new instance of the ServiceXmlDeserializationException class with an error message and an inner exception. |
ServiceXmlDeserializationException(String) |
Initializes a new instance of the ServiceXmlDeserializationException class with an error message. |