C# Class Yea.Reflection.Emit.Commands.Catch

Catch block
Inheritance: CommandBase
显示文件 Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
Catch ( Type exceptionType ) : System

Constructor

Rethrow ( ) : void

Rethrows the error

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

Method Details

Catch() public method

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

Rethrow() public method

Rethrows the error
public Rethrow ( ) : void
return void

Setup() public method

Sets up the command
public Setup ( ) : void
return void

ToString() public method

Converts the command to a string
public ToString ( ) : string
return string