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

Throws an exception
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
Afficher le fichier Open project: OxPatient/Rule-Engine

Méthodes publiques

Méthode Description
Setup ( ) : void

Sets up the throw statement

Throw ( VariableBase exception ) : System.Reflection.Emit

Constructor

ToString ( ) : string

The throw statement as a string

Method Details

Setup() public méthode

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

Throw() public méthode

Constructor
public Throw ( VariableBase exception ) : System.Reflection.Emit
exception Yea.Reflection.Emit.BaseClasses.VariableBase Exception to throw
Résultat System.Reflection.Emit

ToString() public méthode

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