DocumentClosedException 类 (2007 system)

更新:2007 年 11 月

当试图使用 ServerDocument 类对已关闭的文档执行操作时引发的异常。

命名空间:  Microsoft.VisualStudio.Tools.Applications.Runtime
程序集:  Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0(在 Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll 中)

语法

声明
<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

备注

例如,如果在文档关闭后调用 ServerDocument 对象的 Save 方法,则引发此异常。

继承层次结构

System.Object
  System.Exception
    Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
      Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentClosedException

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

DocumentClosedException 成员

Microsoft.VisualStudio.Tools.Applications.Runtime 命名空间