Namespace: LLama.Exceptions
Base class for LLamaSharp runtime errors (i.e. errors produced by llama.cpp, converted into exceptions)
public class RuntimeError : System.Exception, System.Runtime.Serialization.ISerializable
Inheritance Object → Exception → RuntimeError
Implements ISerializable
public MethodBase TargetSite { get; }
public string Message { get; }
public IDictionary Data { get; }
public Exception InnerException { get; }
public string HelpLink { get; set; }
public string Source { get; set; }
public int HResult { get; set; }
public string StackTrace { get; }
Create a new RuntimeError
public RuntimeError(string message)
message String