Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: ReactiveTests.Tests
Assembly: Tests.System.Reactive (in Tests.System.Reactive.dll)
Syntax
'Declaration
<ExpectedExceptionAttribute(GetType(ArgumentOutOfRangeException))> _
<TestMethodAttribute> _
Public Sub GroupDisposable_CopyTo_BeyondEnd
'Usage
Dim instance As DisposableTests
instance.GroupDisposable_CopyTo_BeyondEnd()
[ExpectedExceptionAttribute(typeof(ArgumentOutOfRangeException))]
[TestMethodAttribute]
public void GroupDisposable_CopyTo_BeyondEnd()
[ExpectedExceptionAttribute(typeof(ArgumentOutOfRangeException))]
[TestMethodAttribute]
public:
void GroupDisposable_CopyTo_BeyondEnd()
[<ExpectedExceptionAttribute(typeof(ArgumentOutOfRangeException))>]
[<TestMethodAttribute>]
member GroupDisposable_CopyTo_BeyondEnd : unit -> unit
public function GroupDisposable_CopyTo_BeyondEnd()