C# 클래스 csExWB.ScriptErrorEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
characterNumber int
continueScripts bool
errorCode int
errorMessage string
lineNumber int
url string

공개 메소드들

메소드 설명
ScriptErrorEventArgs ( ) : System
SetParameters ( ) : void

메소드 상세

ScriptErrorEventArgs() 공개 메소드

public ScriptErrorEventArgs ( ) : System
리턴 System

SetParameters() 공개 메소드

public SetParameters ( ) : void
리턴 void

프로퍼티 상세

characterNumber 공개적으로 프로퍼티

public int characterNumber
리턴 int

continueScripts 공개적으로 프로퍼티

public bool continueScripts
리턴 bool

errorCode 공개적으로 프로퍼티

public int errorCode
리턴 int

errorMessage 공개적으로 프로퍼티

public string errorMessage
리턴 string

lineNumber 공개적으로 프로퍼티

public int lineNumber
리턴 int

url 공개적으로 프로퍼티

public string url
리턴 string