EventHelperExceptionHandlerExceptions Property |
Gets a collection of exceptions thrown by handlers.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Exception[] HandlerExceptions { get; }
Public ReadOnly Property HandlerExceptions As Exception()
Get
public:
property array<Exception^>^ HandlerExceptions {
array<Exception^>^ get ();
}
member HandlerExceptions : Exception[] with get
Property Value
Type:
ExceptionSee Also