From 9445e1d0500b8d62c76f67c3158ed9098df73fcd Mon Sep 17 00:00:00 2001 From: Jonathan Worthington Date: Fri, 22 Oct 2010 00:24:01 +0200 Subject: [PATCH] [dotnet] I forgot to finish the --- .../runtime/Runtime/Exceptions/LeaveStackUnwinderException.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotnet/runtime/Runtime/Exceptions/LeaveStackUnwinderException.cs b/dotnet/runtime/Runtime/Exceptions/LeaveStackUnwinderException.cs index 51f733b..1e6433f 100644 --- a/dotnet/runtime/Runtime/Exceptions/LeaveStackUnwinderException.cs +++ b/dotnet/runtime/Runtime/Exceptions/LeaveStackUnwinderException.cs @@ -24,9 +24,11 @@ public class LeaveStackUnwinderException : Exception public RakudoObject PayLoad; /// - /// Creates a LeaveStackUnwinderException to + /// Creates a LeaveStackUnwinderException to target the given block + /// and exit it with the specified payload. /// /// + /// public LeaveStackUnwinderException(RakudoCodeRef.Instance TargetBlock, RakudoObject PayLoad) { this.TargetBlock = TargetBlock;