DisposedException constructor

DisposedException(
  1. DisposeBag bag
)

Construct a DisposedException with bag.

Implementation

DisposedException(this.bag);