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

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

Property Value

Type: Exception
The error exception.
See Also