Aracılığıyla paylaş


WizardCancelledException Oluşturucu (String, Exception)

Yeni bir örneğini başlatır WizardCancelledException belirtilen hata iletisi ve bu özel durum nedeni iç özel duruma başvuru ile sınıf.

Ad alanı:  Microsoft.VisualStudio.TemplateWizard
Derleme:  Microsoft.VisualStudio.TemplateWizardInterface (Microsoft.VisualStudio.TemplateWizardInterface.dll içinde)

Sözdizimi

'Bildirim
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public WizardCancelledException(
    string message,
    Exception innerException
)
public:
WizardCancelledException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> WizardCancelledException
public function WizardCancelledException(
    message : String, 
    innerException : Exception
)

Parametreler

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WizardCancelledException Sınıf

WizardCancelledException Fazla Yük

Microsoft.VisualStudio.TemplateWizard Ad Alanı