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

Various bits of logic relating to exception dispatch.
파일 보기 프로젝트 열기: jnthn/6model

공개 메소드들

메소드 설명
CallHandler ( ThreadContext TC, RakudoObject Handler, RakudoObject ExceptionObject ) : RakudoObject

Invokes the specified exception handler with the given exception object.

DieFromUnhandledException ( ThreadContext TC, RakudoObject Exception ) : void

Dies from an unhandled exception.

메소드 상세

CallHandler() 공개 정적인 메소드

Invokes the specified exception handler with the given exception object.
public static CallHandler ( ThreadContext TC, RakudoObject Handler, RakudoObject ExceptionObject ) : RakudoObject
TC ThreadContext
Handler Rakudo.Metamodel.RakudoObject
ExceptionObject Rakudo.Metamodel.RakudoObject
리턴 Rakudo.Metamodel.RakudoObject

DieFromUnhandledException() 공개 정적인 메소드

Dies from an unhandled exception.
public static DieFromUnhandledException ( ThreadContext TC, RakudoObject Exception ) : void
TC ThreadContext
Exception Rakudo.Metamodel.RakudoObject
리턴 void