C# Class Pdelvo.Minecraft.Protocol.RemoteInterfaceAbortedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: pdelvo/Pdelvo.Minecraft

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the RemoteInterfaceAbortedEventArgs class.
public RemoteInterfaceAbortedEventArgs ( ) : System
Résultat System

RemoteInterfaceAbortedEventArgs() public méthode

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