C# 클래스 LispEngine.Evaluation.ContinuationExtensions

파일 보기 프로젝트 열기: Patient0/FirstClassLisp

공개 메소드들

메소드 설명
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