$ errors.fyi/dotnet/ObjectDisposedException 74 namespaces · 3,092 codes
dotnet · dotnet/ObjectDisposedException
ObjectDisposedException

ObjectDisposedException

Thrown when a method is called on an object that has already been disposed (had Dispose() called on it). Commonly seen with streams, database connections, and HttpClient instances. Ensure the object's lifetime exceeds all usages.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT