C# Класс Rakudo.Runtime.Exceptions.Handler

Represents an exception handler.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
HandleBlock Rakudo.Metamodel.RakudoObject
Type int

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

Метод Описание
Handler ( int Type, RakudoObject HandleBlock ) : System

Set up a handler of the given type and with the given block as the handler to run.

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

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

Set up a handler of the given type and with the given block as the handler to run.
public Handler ( int Type, RakudoObject HandleBlock ) : System
Type int
HandleBlock Rakudo.Metamodel.RakudoObject
Результат System

Описание свойств

HandleBlock публичное свойство

Something invokable that will handle the exception.
public RakudoObject,Rakudo.Metamodel HandleBlock
Результат Rakudo.Metamodel.RakudoObject

Type публичное свойство

The type of exception that the handler accepts.
public int Type
Результат int