GraphException Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9448)
The exception that is thrown when an error occurs while using Graph component.
Syntax
public class GraphException : NetworkSessionException, ISerializable
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
| GraphException(String) | Initializes a new instance of the GraphException class with the specified error message. |
| GraphException(String, GraphExceptionStatus) | Initializes a new instance of the GraphException class with the specified error message and status. |
| GraphException(String, Exception) | Initializes a new instance of the GraphException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
| GraphException(String, Exception, GraphExceptionStatus) | Initializes a new instance of the GraphException class with the specified error message, status and a reference to the inner exception that is the cause of this exception. |
| GraphException(String, Exception, GraphExceptionStatus, String, String) | Initializes a new instance of the GraphException class with the specified error message, status and a reference to the inner exception that is the cause of this exception. |
Properties
| Name | Description |
|---|---|
| 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. |