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

This exception is thrown to actually unwind the (dotnet) stack after we run an exception handler.
Наследование: System.Exception
Показать файл Открыть проект

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

Свойство Тип Описание
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