C# Класс Yea.Reflection.Emit.Commands.Throw

Throws an exception
Наследование: Yea.Reflection.Emit.BaseClasses.CommandBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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