FExceptionDisposingFailure constructor
FExceptionDisposingFailure(
- FException innerException,
- 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,
);