C# Класс PERWAPI.Catch

The descriptor for a catch clause (.catch)
Наследование: HandlerBlock
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Catch ( Class except, CILLabel handlerStart, CILLabel handlerEnd ) : System

Create a new catch clause

Приватные методы

Метод Описание
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
Write ( PEWriter output, bool fatFormat ) : void

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

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

Create a new catch clause
public Catch ( Class except, CILLabel handlerStart, CILLabel handlerEnd ) : System
except Class the exception to be caught
handlerStart CILLabel start of the handler code
handlerEnd CILLabel end of the handler code
Результат System