Class ServiceResponseException
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a remote service exception that has a single response.
public class ServiceResponseException : ServiceRemoteException, ISerializable
- Inheritance
-
ServiceResponseException
- Implements
- Derived
- Inherited Members
Properties
ErrorCode
Gets the service error code.
public ServiceError ErrorCode { get; }
Property Value
Message
Gets a message that describes the current exception.
public override string Message { get; }
Property Value
- string
The error message that explains the reason for the exception.
Response
Gets the ServiceResponse for the exception.
public ServiceResponse Response { get; }