CannotRemoveCustomizationException 類別 (2007 系統)
更新:2007 年 11 月
無法以程式設計的方式從文件移除自訂時,所擲回的例外狀況。
命名空間: Microsoft.Office.Tools
組件: Microsoft.Office.Tools.Common.v9.0 (在 Microsoft.Office.Tools.Common.v9.0.dll 中)
語法
<SerializableAttribute> _
Public NotInheritable Class CannotRemoveCustomizationException _
Inherits RuntimeException
Dim instance As CannotRemoveCustomizationException
[SerializableAttribute]
public sealed class CannotRemoveCustomizationException : RuntimeException
備註
如果無法從文件移除自訂文件屬性或快取資料,下列方法會擲回這個例外狀況:
Document 類別的 RemoveCustomization 方法。
Workbook 類別的 RemoveCustomization 方法。
繼承階層架構
System.Object
System.Exception
Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Microsoft.Office.Tools.CannotRemoveCustomizationException
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。