FExceptionDisposingFailure constructor

FExceptionDisposingFailure(
  1. FException innerException,
  2. FDisposable disposable
)

Implementation

FExceptionDisposingFailure(FException innerException, this.disposable)
    : super(
        "A dispose() method raised an error. This is unexpected behaviour due dispose() should be exception safe. See `innerException` and `disposable` properties for details.",
        innerException,
      );