DocumentClosedException-Klasse (2007 System)
Aktualisiert: November 2007
Die Ausnahme, die bei dem Versuch ausgelöst wird, mithilfe der ServerDocument-Klasse einen Vorgang für ein geschlossenes Dokument auszuführen.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)
Syntax
<SerializableAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class DocumentClosedException _
Inherits RuntimeException
Dim instance As DocumentClosedException
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class DocumentClosedException : RuntimeException
Hinweise
Die Ausnahme wird z. B. ausgelöst, wenn Sie die Save-Methode eines ServerDocument-Objekts aufrufen, nachdem das Dokument geschlossen wurde.
Vererbungshierarchie
System.Object
System.Exception
Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentClosedException
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.