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
ErrorID
Returns the ID of the error
public int ErrorID { get; set; }
Property Value
Message
Returns the message of the error.
public string Message { get; set; }
Property Value
Number
Returns the number of the type of error.
public int Number { get; set; }