Table of Contents

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

string

ErrorDateTime

Returns the date/time the error occurred.

public DateTime ErrorDateTime { get; }

Property Value

DateTime

ErrorDescription

Returns the description of the error.

public string ErrorDescription { get; }

Property Value

string

ErrorNumber

Returns the number of the error.

public int ErrorNumber { get; }

Property Value

int