C# 클래스 Ctf.ApplicationTools.DataObjects.ApplicationEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: blstream/Patronage2013-CaptureTheFlag 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
errorCode int
message string

공개 메소드들

메소드 설명
ApplicationEventArgs ( string message, int errorCode = ApplicationError.APPLICATION_ERROR ) : System

메소드 상세

ApplicationEventArgs() 공개 메소드

public ApplicationEventArgs ( string message, int errorCode = ApplicationError.APPLICATION_ERROR ) : System
message string
errorCode int
리턴 System

프로퍼티 상세

errorCode 공개적으로 프로퍼티

public int errorCode
리턴 int

message 공개적으로 프로퍼티

public string message
리턴 string