BeardedManStudios.Network.NetworkException.NetworkException C# (CSharp) Метод

NetworkException() публичный Метод

Constructor for a networked exception
public NetworkException ( string message ) : System
message string Message of the exception
Результат System
		public NetworkException(string message) : base(message) { Code = 0; }

Same methods

NetworkException::NetworkException ( ushort code, string message ) : System
NetworkException