GraphException Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9147)
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 |
---|---|
Graph |
Initializes a new instance of the Graph |
Graph |
Initializes a new instance of the Graph |
Graph |
Initializes a new instance of the Graph |
Graph |
Initializes a new instance of the Graph |
Graph |
Initializes a new instance of the Graph |
Properties
Name | Description |
---|---|
Protocol |
Gets the protocol error code, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Protocol |
Gets the protocol error message, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Status | Gets the status of the response. |