TestCrashTaskPool.Do Method
Namespace: ReactiveTests.Tests
Assembly: Tests.System.Reactive (in Tests.System.Reactive.dll)
Syntax
'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
)
Parameters
- ex
Type: System.Exception%