共用方式為


NotificationTest.OnError_CtorNull 方法

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

語法

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

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

另請參閱

參考

NotificationTest 類別

ReactiveTests.Tests 命名空間