C# Класс BeardedManStudios.Network.NetworkException

The base exception class for Forge Networking
Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NetworkException ( string message ) : System

Constructor for a networked exception

NetworkException ( ushort code, string message ) : System

Constructor for a networked exception

Описание методов

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

Constructor for a networked exception
public NetworkException ( string message ) : System
message string Message of the exception
Результат System

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

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
Результат System