Construtor WizardCancelledException (String, Exception)
Inicializa uma nova instância de WizardCancelledException classe com a mensagem de erro especificado e uma referência para a exceção interna que é a causa da exceção.
Namespace: Microsoft.VisualStudio.TemplateWizard
Assembly: Microsoft.VisualStudio.TemplateWizardInterface (em Microsoft.VisualStudio.TemplateWizardInterface.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- message
Tipo: System.String
- innerException
Tipo: System.Exception
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
WizardCancelledException Classe