다음을 통해 공유


DispatcherSchedulerTest.Dispatcher_ArgumentChecking 메서드

네임스페이스:ReactiveTests.Tests
어셈블리: Tests.System.Reactive(Tests.System.Reactive.dll)

구문

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