WizardCancelledException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WizardCancelledException() |
Constructeur d’exception. |
WizardCancelledException(String) |
Constructeur d’exception. |
WizardCancelledException(SerializationInfo, StreamingContext) |
Constructeur d’exception. |
WizardCancelledException(String, Exception) |
Constructeur d’exception. |
WizardCancelledException()
Constructeur d’exception.
public:
WizardCancelledException();
public:
WizardCancelledException();
WizardCancelledException();
public WizardCancelledException ();
Public Sub New ()
S’applique à
WizardCancelledException(String)
Constructeur d’exception.
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)
Paramètres
- message
- String
Message d'erreur de l'exception.
S’applique à
WizardCancelledException(SerializationInfo, StreamingContext)
Constructeur d’exception.
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)
Paramètres
- info
- SerializationInfo
Objet SerializationInfo qui contient les données de l’objet sérialisé sur l’exception levée.
- context
- StreamingContext
Objet StreamingContext qui contient des informations contextuelles sur la source ou la destination.
Exceptions
Le info
paramètre est une référence null (Nothing en Visual Basic)
Le nom de la classe est une référence null (Nothing en Visual Basic) ou HResult est égal à zéro (0).
S’applique à
WizardCancelledException(String, Exception)
Constructeur d’exception.
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)
Paramètres
- message
- String
Message d'erreur de l'exception.
- innerException
- Exception
Exception ayant provoqué l'exception actuelle.