WizardCancelledException クラス
更新 : 2007 年 11 月
テンプレート ウィザードが完了する前にキャンセルされた場合にスローされる例外です。
名前空間 : Microsoft.VisualStudio.TemplateWizard
アセンブリ : Microsoft.VisualStudio.TemplateWizardInterface (Microsoft.VisualStudio.TemplateWizardInterface.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Class WizardCancelledException _
Inherits Exception
'使用
Dim instance As WizardCancelledException
[SerializableAttribute]
public class WizardCancelledException : Exception
[SerializableAttribute]
public ref class WizardCancelledException : public Exception
public class WizardCancelledException extends Exception
継承階層
System.Object
System.Exception
Microsoft.VisualStudio.TemplateWizard.WizardCancelledException
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。