次の方法で共有


TestCrashTaskPool.ad_UnhandledException メソッド

Namespace:ReactiveTests.Tests
アセンブリ: Tests.System.Reactive (Tests.System.Reactive.dll)

構文

'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 名前空間