TestCrashTaskPool.Do 方法

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

语法

'Declaration
Public Shared Sub Do ( _
    <OutAttribute> ByRef ex As Exception _
)
'Usage
Dim ex As Exception

TestCrashTaskPool.Do(ex)
public static void Do(
    out Exception ex
)
public:
static void Do(
    [OutAttribute] Exception^% ex
)
static member Do : 
        ex:Exception byref -> unit 
public static function Do(
    ex : Exception
)

参数

另请参阅

参考

TestCrashTaskPool 类

ReactiveTests.Tests 命名空间