C# 클래스 Yea.Reflection.Emit.Commands.Try

Starts a try block
상속: CommandBase
파일 보기 프로젝트 열기: OxPatient/Rule-Engine 1 사용 예제들

공개 메소드들

메소드 설명
EndTryBlock ( ) : void

Ends the try/catch block

Setup ( ) : void

Sets up the try statement

StartCatchBlock ( Type exceptionType ) : Catch

Ends the try and starts a catch block

ToString ( ) : string

The try statement as a string

메소드 상세

EndTryBlock() 공개 메소드

Ends the try/catch block
public EndTryBlock ( ) : void
리턴 void

Setup() 공개 메소드

Sets up the try statement
public Setup ( ) : void
리턴 void

StartCatchBlock() 공개 메소드

Ends the try and starts a catch block
public StartCatchBlock ( Type exceptionType ) : Catch
exceptionType System.Type Exception type
리턴 Catch

ToString() 공개 메소드

The try statement as a string
public ToString ( ) : string
리턴 string