ServiceResponseException 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 a remote service exception that has a single response.
public ref class ServiceResponseException : Microsoft::Exchange::WebServices::Data::ServiceRemoteException
public class ServiceResponseException : Microsoft.Exchange.WebServices.Data.ServiceRemoteException
Public Class ServiceResponseException
Inherits ServiceRemoteException
- Inheritance
- Derived
Properties
ErrorCode |
Gets the service error code. |
Message |
Gets a message that describes the current exception. |
Response |
Gets the ServiceResponse for the exception. |