Namespace: Microsoft.AI.Foundry.Local
public class FoundryLocalException : System.Exception, System.Runtime.Serialization.ISerializableInheritance Object → Exception → FoundryLocalException
Implements ISerializable
Attributes NullableContextAttribute, NullableAttribute
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; }public FoundryLocalException(string message)message String
public FoundryLocalException(string message, Exception innerException)message String
innerException Exception