WizardCancelledException – konstruktor (String)
Inicializuje novou instanci WizardCancelledException třídy určené chybové zprávy.
Obor názvů: Microsoft.VisualStudio.TemplateWizard
Sestavení: Microsoft.VisualStudio.TemplateWizardInterface (v Microsoft.VisualStudio.TemplateWizardInterface.dll)
Syntaxe
'Deklarace
Public Sub New ( _
message As String _
)
public WizardCancelledException(
string message
)
public:
WizardCancelledException(
String^ message
)
new :
message:string -> WizardCancelledException
public function WizardCancelledException(
message : String
)
Parametry
- message
Typ: String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
WizardCancelledException Třída