TestCrashTaskPool.ad_UnhandledException Method
Namespace: ReactiveTests.Tests
Assembly: Tests.System.Reactive (in Tests.System.Reactive.dll)
Syntax
'Declaration
Public Shared Sub ad_UnhandledException ( _
sender As Object, _
e As UnhandledExceptionEventArgs _
)
'Usage
Dim sender As Object
Dim e As UnhandledExceptionEventArgs
TestCrashTaskPool.ad_UnhandledException(sender, _
e)
public static void ad_UnhandledException(
Object sender,
UnhandledExceptionEventArgs e
)
public:
static void ad_UnhandledException(
Object^ sender,
UnhandledExceptionEventArgs^ e
)
static member ad_UnhandledException :
sender:Object *
e:UnhandledExceptionEventArgs -> unit
public static function ad_UnhandledException(
sender : Object,
e : UnhandledExceptionEventArgs
)
Parameters
- sender
Type: System.Object