C# Класс LispEngine.Evaluation.ContinuationExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
error ( this c, Exception cause, string msg ) : Exception
error ( this c, string msg ) : Exception

Описание методов

error() публичный статический Метод

public static error ( this c, Exception cause, string msg ) : Exception
c this
cause System.Exception
msg string
Результат System.Exception

error() публичный статический Метод

public static error ( this c, string msg ) : Exception
c this
msg string
Результат System.Exception