Defines status codes for the NetworkSessionException class.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Enumeration NetworkSessionExceptionStatus |
C# |
---|
public enum NetworkSessionExceptionStatus |
Members
Member name | Description | |
---|---|---|
UnclassifiableError |
An unclassifiable error occurred. This is the default value for Status.
| |
OperationFailure |
The requested operation could not be completed.
| |
ConnectFailure |
The remote service point could not be contacted at the transport level.
| |
ConnectionClosed |
The connection was prematurely closed.
| |
SocketError |
The error at transport level occurred.
| |
NameResolutionFailure |
The name resolver service could not resolve the host name.
| |
ProtocolError |
The response received from the server was complete but indicated a protocol-level error. For example, a protocol error such as 'file not found' would use this status.
| |
OperationAborted |
The operation was aborted by the client.
| |
ServerProtocolViolation |
The server response was not a valid protocol response.
| |
Timeout |
No response was received during the time-out period for a request.
| |
AsyncError |
General exception in asynchronous call.
|