NetworkSessionException Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
The exception that is thrown when an error occurs while using a Rebex network component.
Syntax
public abstract class NetworkSessionException : Exception, ISerializable
Inheritance
NetworkSessionException
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
| NetworkSessionException(String) | Initializes a new instance of the NetworkSessionException class with the specified error message. |
| NetworkSessionException(String, Exception) | Initializes a new instance of the NetworkSessionException class with the specified error message 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). |
| ProtocolMessage | Gets the protocol error message, if available (usually when Status is set to ProtocolError). |
| Status | Gets error status. |