ServiceXmlSerializationException 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 request cannot be serialized.
public ref class ServiceXmlSerializationException : Microsoft::Exchange::WebServices::Data::ServiceLocalException
public class ServiceXmlSerializationException : Microsoft.Exchange.WebServices.Data.ServiceLocalException
Public Class ServiceXmlSerializationException
Inherits ServiceLocalException
- Inheritance
Constructors
ServiceXmlSerializationException() |
Initializes a new instance of the ServiceXmlSerializationException class. |
ServiceXmlSerializationException(String, Exception) |
Initializes a new instance of the ServiceXmlSerializationException class with an error message and an inner exception. |
ServiceXmlSerializationException(String) |
Initializes a new instance of the ServiceXmlSerializationException class with an error message. |