DocumentNotCustomizedException クラス (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 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
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。