C# 클래스 Pdelvo.Minecraft.Protocol.RemoteInterfaceAbortedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft

공개 메소드들

메소드 설명
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