Partilhar via


WizardCancelledException Construtores

Definição

Sobrecargas

WizardCancelledException()

Construtor de exceção.

WizardCancelledException(String)

Construtor de exceção.

WizardCancelledException(SerializationInfo, StreamingContext)

Construtor de exceção.

WizardCancelledException(String, Exception)

Construtor de exceção.

WizardCancelledException()

Construtor de exceção.

public:
 WizardCancelledException();
public:
 WizardCancelledException();
 WizardCancelledException();
public WizardCancelledException();
Public Sub New ()

Aplica-se a

WizardCancelledException(String)

Construtor de exceção.

public:
 WizardCancelledException(System::String ^ message);
public:
 WizardCancelledException(Platform::String ^ message);
 WizardCancelledException(std::wstring const & message);
public WizardCancelledException(string message);
new Microsoft.VisualStudio.TemplateWizard.WizardCancelledException : string -> Microsoft.VisualStudio.TemplateWizard.WizardCancelledException
Public Sub New (message As String)

Parâmetros

message
String

A mensagem do erro para a exceção.

Aplica-se a

WizardCancelledException(SerializationInfo, StreamingContext)

Construtor de exceção.

protected:
 WizardCancelledException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected WizardCancelledException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TemplateWizard.WizardCancelledException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TemplateWizard.WizardCancelledException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parâmetros

info
SerializationInfo

Um objeto SerializationInfo que contém os dados de objeto serializados sobre a exceção que está sendo gerada.

context
StreamingContext

Um objeto StreamingContext que contém informações contextuais sobre a origem ou o destino.

Exceções

O info parâmetro é uma referência nula (Nothing no Visual Basic)

O nome da classe é uma referência nula (Nothing no Visual Basic) ou HResult é zero (0).

Aplica-se a

WizardCancelledException(String, Exception)

Construtor de exceção.

public:
 WizardCancelledException(System::String ^ message, Exception ^ innerException);
public WizardCancelledException(string message, Exception innerException);
new Microsoft.VisualStudio.TemplateWizard.WizardCancelledException : string * Exception -> Microsoft.VisualStudio.TemplateWizard.WizardCancelledException
Public Sub New (message As String, innerException As Exception)

Parâmetros

message
String

A mensagem do erro para a exceção.

innerException
Exception

A exceção que é a causa da exceção atual.

Aplica-se a