EwsException Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
The exception that is thrown when an error occurs while using Ews component.
Syntax
public class EwsException : NetworkSessionException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
EwsException(String) | Initializes a new instance of the EwsException class with the specified error message. |
EwsException(String, EwsExceptionStatus) | Initializes a new instance of the EwsException class with the specified error message and status. |
EwsException(String, EwsExceptionStatus, String) | Initializes a new instance of the EwsException class with the specified error message, status and a reference to the inner exception that is the cause of this exception. |
EwsException(String, Exception) | Initializes a new instance of the EwsException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
EwsException(String, Exception, EwsExceptionStatus) | Initializes a new instance of the EwsException class with the specified error message, status and a reference to the inner exception that is the cause of this exception. |
EwsException(String, Exception, EwsExceptionStatus, String) | Initializes a new instance of the EwsException class with the specified error message, status and a reference to the inner exception that is the cause of this exception. |
Properties
Name | Description |
---|---|
Properties | Gets list of properties related to this error. |
ProtocolCode | Gets the protocol error code, if available (usually when Status is set to ProtocolError). Inherited from NetworkSessionException. |
ProtocolMessage | Gets the protocol error message, if available (usually when Status is set to ProtocolError). Inherited from NetworkSessionException. |
Status | Gets the status of the response. |