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