NetworkSessionException Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
NetworkSessionException(String)
Initializes a new instance of the Network
Declaration
public NetworkSessionException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
NetworkSessionException(String, Exception)
Initializes a new instance of the Network
Declaration
public NetworkSessionException(string message, Exception innerException)