LispEvalException
Exception in evaluation
Assembly: ServiceStack.Common.dll
View Source
Declaration
public class LispEvalException : Exception, ISerializable, _Exception
Properties
Trace
Stack trace of Lisp evaluation
View Source
Declaration
public List<string> Trace { get; }
Methods
ToString()
Return a string representation which contains the message and the stack trace.
View Source
Declaration
public override string ToString()
Returns
System.String
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception