C# Class LispEngine.Evaluation.ContinuationExtensions

Afficher le fichier Open project: Patient0/FirstClassLisp

Méthodes publiques

Méthode Description
error ( this c, Exception cause, string msg ) : Exception
error ( this c, string msg ) : Exception

Method Details

error() public static méthode

public static error ( this c, Exception cause, string msg ) : Exception
c this
cause System.Exception
msg string
Résultat System.Exception

error() public static méthode

public static error ( this c, string msg ) : Exception
c this
msg string
Résultat System.Exception