DocumentClosedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when you attempt to perform an operation using the ServerDocument class on a closed document.
public ref class DocumentClosedException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class DocumentClosedException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type DocumentClosedException = class
inherit RuntimeException
Public NotInheritable Class DocumentClosedException
Inherits RuntimeException
- Inheritance
- Attributes
Remarks
For example, this exception is thrown if you call the Save method of a ServerDocument object after the document has been closed.
Constructors
DocumentClosedException() | |
DocumentClosedException(String, Exception) | |
DocumentClosedException(String) |