Baseline.Testing.DisposableExtensionsTests.BlowsUpDisposing.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
            public void Dispose()
            {
                DisposeWasCalled = true;
                throw new Exception("You stink!");
            }
DisposableExtensionsTests.BlowsUpDisposing