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

Throws an exception
Inheritance: Yea.Reflection.Emit.BaseClasses.CommandBase
Datei anzeigen Open project: OxPatient/Rule-Engine

Public Methods

Method 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 method

Sets up the throw statement
public Setup ( ) : void
return void

Throw() public method

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

ToString() public method

The throw statement as a string
public ToString ( ) : string
return string