C# Class Rakudo.Runtime.Exceptions.Handler

Represents an exception handler.
Afficher le fichier Open project: jnthn/6model

Méthodes publiques

Свойство Type Description
HandleBlock Rakudo.Metamodel.RakudoObject
Type int

Méthodes publiques

Méthode Description
Handler ( int Type, RakudoObject HandleBlock ) : System

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

Method Details

Handler() public méthode

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
Résultat System

Property Details

HandleBlock public_oe property

Something invokable that will handle the exception.
public RakudoObject,Rakudo.Metamodel HandleBlock
Résultat Rakudo.Metamodel.RakudoObject

Type public_oe property

The type of exception that the handler accepts.
public int Type
Résultat int