C# 클래스 Microsoft.JScript.BreakOutOfFinally

상속: System.ApplicationException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 프로퍼티들

프로퍼티 타입 설명
target int

공개 메소드들

메소드 설명
BreakOutOfFinally ( int target ) : System
BreakOutOfFinally ( string m ) : System
BreakOutOfFinally ( string m, Exception e ) : System

비공개 메소드들

메소드 설명
BreakOutOfFinally ( SerializationInfo s, StreamingContext c ) : System
GetObjectData ( SerializationInfo s, StreamingContext c ) : void

메소드 상세

BreakOutOfFinally() 공개 메소드

public BreakOutOfFinally ( int target ) : System
target int
리턴 System

BreakOutOfFinally() 공개 메소드

public BreakOutOfFinally ( string m ) : System
m string
리턴 System

BreakOutOfFinally() 공개 메소드

public BreakOutOfFinally ( string m, Exception e ) : System
m string
e System.Exception
리턴 System

프로퍼티 상세

target 공개적으로 프로퍼티

public int target
리턴 int