Click or drag to resize
TestableErrorErrorInfo Property
Gets or sets the error information.

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public ErrorInfo ErrorInfo { get; set; }

Property Value

Type: ErrorInfo
The error information.
See Also