C# Class LispEngine.Evaluation.ContinuationExtensions

显示文件 Open project: Patient0/FirstClassLisp

Public Methods

Method Description
error ( this c, Exception cause, string msg ) : Exception
error ( this c, string msg ) : Exception

Method Details

error() public static method

public static error ( this c, Exception cause, string msg ) : Exception
c this
cause System.Exception
msg string
return System.Exception

error() public static method

public static error ( this c, string msg ) : Exception
c this
msg string
return System.Exception