TestCrashTaskPool.ad_UnhandledException 方法

Namespace:ReactiveTests.Tests
装配: Tests.System.Reactive.dll) 中的 Tests.System.Reactive (

语法

'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
)

参数

另请参阅

参考

TestCrashTaskPool 类

ReactiveTests.Tests 命名空间