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

Catch block
Inheritance: CommandBase
Afficher le fichier Open project: OxPatient/Rule-Engine Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Constructor
public Catch ( Type exceptionType ) : System
exceptionType System.Type Exception type
Résultat System

Rethrow() public méthode

Rethrows the error
public Rethrow ( ) : void
Résultat void

Setup() public méthode

Sets up the command
public Setup ( ) : void
Résultat void

ToString() public méthode

Converts the command to a string
public ToString ( ) : string
Résultat string