[This is preliminary documentation and is subject to change.]
The RecoveryExceptionEventArgs<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RecoveryExceptionEventArgs<(Of <(<'T>)>)>(T) | CTor from T | |
| RecoveryExceptionEventArgs<(Of <(<'T>)>)>(T, Boolean) | CTor from T and Recover property value | |
| RecoveryExceptionEventArgs<(Of <(<'T>)>)>(T, XmlSeverityType) | CTor from T and Severity | |
| RecoveryExceptionEventArgs<(Of <(<'T>)>)>(T, XmlSeverityType, Boolean) |
Properties
| Name | Description | |
|---|---|---|
| Exception | Gtes the T carried by this instance | |
| Recover | Gets or sets value indicating if callee (sender) of the event should recover the exception (Inherited from RecoveryExceptionEventArgs.) | |
| Severity | gets severity (level) of the exception (Inherited from ExceptionEventArgs.) |