C# 클래스 Yea.Reflection.Emit.Commands.Throw

Throws an exception
상속: Yea.Reflection.Emit.BaseClasses.CommandBase
파일 보기 프로젝트 열기: OxPatient/Rule-Engine

공개 메소드들

메소드 설명
Setup ( ) : void

Sets up the throw statement

Throw ( VariableBase exception ) : System.Reflection.Emit

Constructor

ToString ( ) : string

The throw statement as a string

메소드 상세

Setup() 공개 메소드

Sets up the throw statement
public Setup ( ) : void
리턴 void

Throw() 공개 메소드

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

ToString() 공개 메소드

The throw statement as a string
public ToString ( ) : string
리턴 string