C# Class BeardedManStudios.Network.NetworkException

The base exception class for Forge Networking
Inheritance: System.Exception
Datei anzeigen Open project: drakelinglabs/unityarmada Class Usage Examples

Public Methods

Method Description
NetworkException ( string message ) : System

Constructor for a networked exception

NetworkException ( ushort code, string message ) : System

Constructor for a networked exception

Method Details

NetworkException() public method

Constructor for a networked exception
public NetworkException ( string message ) : System
message string Message of the exception
return System

NetworkException() public method

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