ServiceResponseException Class

Definition

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
ServiceResponseException
Derived

Properties

ErrorCode

Gets the service error code.

Message

Gets a message that describes the current exception.

Response

Gets the ServiceResponse for the exception.

Applies to