C# 클래스 Rakudo.Runtime.Exceptions.Handler

Represents an exception handler.
파일 보기 프로젝트 열기: jnthn/6model

공개 프로퍼티들

프로퍼티 타입 설명
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