다음을 통해 공유


TestCrashTaskPool.ad_UnhandledException 메서드

네임스페이스: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 네임스페이스