C# Class Pdelvo.Minecraft.Protocol.RemoteInterfaceAbortedEventArgs

Inheritance: System.EventArgs
Show file Open project: pdelvo/Pdelvo.Minecraft

Public Methods

Method Description
RemoteInterfaceAbortedEventArgs ( ) : System

Initializes a new instance of the RemoteInterfaceAbortedEventArgs class.

RemoteInterfaceAbortedEventArgs ( Exception ex ) : System

Initializes a new instance of the RemoteInterfaceAbortedEventArgs class.

Method Details

RemoteInterfaceAbortedEventArgs() public method

Initializes a new instance of the RemoteInterfaceAbortedEventArgs class.
public RemoteInterfaceAbortedEventArgs ( ) : System
return System

RemoteInterfaceAbortedEventArgs() public method

Initializes a new instance of the RemoteInterfaceAbortedEventArgs class.
public RemoteInterfaceAbortedEventArgs ( Exception ex ) : System
ex System.Exception The ex.
return System