Click or drag to resize
ErrorInfoException Property
Gets or sets the error exception.

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

Property Value

Type: Exception
The error exception.
See Also