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

Catch block
Наследование: CommandBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Catch ( Type exceptionType ) : System

Constructor

Rethrow ( ) : void

Rethrows the error

Setup ( ) : void

Sets up the command

ToString ( ) : string

Converts the command to a string

Описание методов

Catch() публичный Метод

Constructor
public Catch ( Type exceptionType ) : System
exceptionType System.Type Exception type
Результат System

Rethrow() публичный Метод

Rethrows the error
public Rethrow ( ) : void
Результат void

Setup() публичный Метод

Sets up the command
public Setup ( ) : void
Результат void

ToString() публичный Метод

Converts the command to a string
public ToString ( ) : string
Результат string