Table of Contents

Class PolarTimerManagerUI.TimerError

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains the details of an error in the timer.

public class PolarTimerManagerUI.TimerError
Inheritance
PolarTimerManagerUI.TimerError
Inherited Members
Extension Methods

Properties

ErrorDateTime

Returns the UTC date time of the error.

public DateTime ErrorDateTime { get; set; }

Property Value

DateTime

ErrorID

Returns the ID of the error

public int ErrorID { get; set; }

Property Value

int

Message

Returns the message of the error.

public string Message { get; set; }

Property Value

string

Number

Returns the number of the type of error.

public int Number { get; set; }

Property Value

int