共用方式為


DocumentNotCustomizedException 類別 (2007 系統)

更新: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 DocumentNotCustomizedException _
    Inherits RuntimeException

Dim instance As DocumentNotCustomizedException
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class DocumentNotCustomizedException : RuntimeException

備註

在下列案例中會擲回這個例外狀況:

  • 如果您使用 ServerDocument.ServerDocument 建構函式開啟還未含 Visual Studio Tools for Office 自訂的文件,且嘗試以唯讀模式開啟文件。

  • 如果您嘗試使用 AddCustomization 方法將自訂附加至文件,但文件已損毀或使用權限有所限制。

繼承階層架構

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

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

DocumentNotCustomizedException 成員

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