Method | Description | |
---|---|---|
NetworkException ( string message ) : System |
Constructor for a networked exception
|
|
NetworkException ( ushort code, string message ) : System |
Constructor for a networked exception
|
public NetworkException ( string message ) : System | ||
message | string | Message of the exception |
return | System |
public NetworkException ( ushort code, string message ) : System | ||
code | ushort | Error code of the exception |
message | string | Message of the exception |
return | System |