C# Класс Pdelvo.Minecraft.Protocol.RemoteInterfaceAbortedEventArgs

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

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

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

Initializes a new instance of the RemoteInterfaceAbortedEventArgs class.

RemoteInterfaceAbortedEventArgs ( Exception ex ) : System

Initializes a new instance of the RemoteInterfaceAbortedEventArgs class.

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

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

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

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

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