네임스페이스: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
)
매개 변수
- 보낸 사람
형식: System.Object