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.ServerAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The object has been disposed of. |
See Also