Click or drag to resize
ErrorInfoErrorThrown Property
Gets or sets the error thrown date time.

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.0.0.27669 (1.0.0.0)
Syntax
C#
public DateTime ErrorThrown { get; set; }

Property Value

Type: DateTime
The error thrown.

Implements

IErrorInfoErrorThrown
See Also