C# Класс Pdelvo.Minecraft.Network.BerDecodeException

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

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

Метод Описание
BerDecodeException ( ) : System
BerDecodeException ( String message ) : System
BerDecodeException ( String message, Exception ex ) : System
BerDecodeException ( String message, int position ) : System
BerDecodeException ( String message, int position, Exception ex ) : System

Приватные методы

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

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

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

public BerDecodeException ( ) : System
Результат System

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

public BerDecodeException ( String message ) : System
message String
Результат System

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

public BerDecodeException ( String message, Exception ex ) : System
message String
ex System.Exception
Результат System

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

public BerDecodeException ( String message, int position ) : System
message String
position int
Результат System

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

public BerDecodeException ( String message, int position, Exception ex ) : System
message String
position int
ex System.Exception
Результат System