Class LoggedError
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the details of a logged unhandled error.
public class LoggedError
- Inheritance
-
LoggedError
- Inherited Members
- Extension Methods
Properties
CallingRoutineName
Returns the calling routine name.
public string CallingRoutineName { get; }
Property Value
ErrorDateTime
Returns the date/time the error occurred.
public DateTime ErrorDateTime { get; }
Property Value
ErrorDescription
Returns the description of the error.
public string ErrorDescription { get; }
Property Value
ErrorNumber
Returns the number of the error.
public int ErrorNumber { get; }