Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class SoExceptionInfo
public SoExceptionInfo()
public virtual string ExceptionType { get; set; }
public virtual string FriendlyText { get; set; }
public virtual SoExceptionInfo InnerException { get; set; }
public virtual string Message { get; set; }
public virtual SoExceptionInfoParameters Parameters { get; set; }
public virtual string Source { get; set; }
public virtual string StackTrace { get; set; }
Was this page helpful?