Miner.Data.Access Assembly > Miner Namespace > ExceptionHandlingScope Class : CapturedException Event |
'Declaration Public Event CapturedException As EventHandler(Of ExceptionHandlingEventArgs)
'Usage Dim instance As ExceptionHandlingScope Dim handler As EventHandler(Of ExceptionHandlingEventArgs) AddHandler instance.CapturedException, handler
public event EventHandler<ExceptionHandlingEventArgs> CapturedException
The event handler receives an argument of type ExceptionHandlingEventArgs containing data related to this event. The following ExceptionHandlingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Exception | (Inherited from Miner.ExceptionEventArgs) |
IsHandled |
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.