共用方式為


DispatcherSchedulerTest.Dispatcher_ArgumentChecking 方法

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

語法

'Declaration
<ExpectedExceptionAttribute(GetType(ArgumentNullException))> _
<TestMethodAttribute> _
Public Sub Dispatcher_ArgumentChecking
'Usage
Dim instance As DispatcherSchedulerTest

instance.Dispatcher_ArgumentChecking()
[ExpectedExceptionAttribute(typeof(ArgumentNullException))]
[TestMethodAttribute]
public void Dispatcher_ArgumentChecking()
[ExpectedExceptionAttribute(typeof(ArgumentNullException))]
[TestMethodAttribute]
public:
void Dispatcher_ArgumentChecking()
[<ExpectedExceptionAttribute(typeof(ArgumentNullException))>]
[<TestMethodAttribute>]
member Dispatcher_ArgumentChecking : unit -> unit 
public function Dispatcher_ArgumentChecking()

另請參閱

參考

DispatcherSchedulerTest 類別

ReactiveTests.Tests 命名空間