Class ErrorInfo
- Namespace
- SearchAThing.Util
- Assembly
- netcore-util.dll
public class ErrorInfo
- Inheritance
-
ErrorInfo
- Inherited Members
Properties
ExceptionType
public string ExceptionType { get; set; }
Property Value
InnerException
public string InnerException { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
Stacktrace
public string Stacktrace { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
ToString(bool)
public string ToString(bool includeStackTrace)
Parameters
includeStackTrace
bool