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

This exception is thrown to actually unwind the (dotnet) stack after we run an exception handler.
상속: System.Exception
파일 보기 프로젝트 열기: jnthn/6model

공개 프로퍼티들

프로퍼티 타입 설명
PayLoad Rakudo.Metamodel.RakudoObject
TargetBlock Rakudo.Metamodel.Representations.RakudoCodeRef.Instance

공개 메소드들

메소드 설명
LeaveStackUnwinderException ( RakudoCodeRef TargetBlock, RakudoObject PayLoad ) : System

Creates a LeaveStackUnwinderException to target the given block and exit it with the specified payload.

메소드 상세

LeaveStackUnwinderException() 공개 메소드

Creates a LeaveStackUnwinderException to target the given block and exit it with the specified payload.
public LeaveStackUnwinderException ( RakudoCodeRef TargetBlock, RakudoObject PayLoad ) : System
TargetBlock Rakudo.Metamodel.Representations.RakudoCodeRef
PayLoad Rakudo.Metamodel.RakudoObject
리턴 System

프로퍼티 상세

PayLoad 공개적으로 프로퍼티

The value to exit with.
public RakudoObject,Rakudo.Metamodel PayLoad
리턴 Rakudo.Metamodel.RakudoObject

TargetBlock 공개적으로 프로퍼티

The block we're looking for.
public RakudoCodeRef.Instance,Rakudo.Metamodel.Representations TargetBlock
리턴 Rakudo.Metamodel.Representations.RakudoCodeRef.Instance