WebDavDisposableBase EnsureNotDisposed Method WebDAV#
This method will ensure that the object has not been disposed of through a call to Dispose , and if it has, it will throw ObjectDisposedException

Namespace: WebDAVSharp.Server
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void EnsureNotDisposed()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe object has been disposed of.
See Also