Skip to content

Commit

Permalink
[dotnet] I forgot to finish the
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 21, 2010
1 parent 4281db6 commit 9445e1d
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -24,9 +24,11 @@ public class LeaveStackUnwinderException : Exception
public RakudoObject PayLoad;

/// <summary>
/// Creates a LeaveStackUnwinderException to
/// Creates a LeaveStackUnwinderException to target the given block
/// and exit it with the specified payload.
/// </summary>
/// <param name="TargetBlock"></param>
/// <param name="PayLoad"></param>
public LeaveStackUnwinderException(RakudoCodeRef.Instance TargetBlock, RakudoObject PayLoad)
{
this.TargetBlock = TargetBlock;
Expand Down

0 comments on commit 9445e1d

Please sign in to comment.