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

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

Méthodes publiques

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

Method Details

EndTryBlock() public méthode

Ends the try/catch block
public EndTryBlock ( ) : void
Résultat void

Setup() public méthode

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

StartCatchBlock() public méthode

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

ToString() public méthode

The try statement as a string
public ToString ( ) : string
Résultat string