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

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

공개 메소드들

메소드 설명
Catch ( Type exceptionType ) : System

Constructor

Rethrow ( ) : void

Rethrows the error

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

메소드 상세

Catch() 공개 메소드

Constructor
public Catch ( Type exceptionType ) : System
exceptionType System.Type Exception type
리턴 System

Rethrow() 공개 메소드

Rethrows the error
public Rethrow ( ) : void
리턴 void

Setup() 공개 메소드

Sets up the command
public Setup ( ) : void
리턴 void

ToString() 공개 메소드

Converts the command to a string
public ToString ( ) : string
리턴 string