C# Класс OpenStory.Server.IllegalPacketException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
IllegalPacketException ( ) : System

Initializes a new instance of the IllegalPacketException class.

IllegalPacketException ( string message ) : System

Initializes a new instance of the IllegalPacketException class.

IllegalPacketException ( string message, Exception inner ) : System

Initializes a new instance of the IllegalPacketException class.

Защищенные методы

Метод Описание
IllegalPacketException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the IllegalPacketException class.

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

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

Initializes a new instance of the IllegalPacketException class.
public IllegalPacketException ( ) : System
Результат System

IllegalPacketException() защищенный Метод

Initializes a new instance of the IllegalPacketException class.
protected IllegalPacketException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

Initializes a new instance of the IllegalPacketException class.
public IllegalPacketException ( string message ) : System
message string
Результат System

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

Initializes a new instance of the IllegalPacketException class.
public IllegalPacketException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System