WizardBackoutException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| WizardBackoutException() |
Initializes a new instance of the WizardBackoutException. |
| WizardBackoutException(String) |
Initializes a new instance of the WizardBackoutException class with the specified error message. |
| WizardBackoutException(SerializationInfo, StreamingContext) |
Initializes a new instance of the WizardBackoutException class with serialized data. |
| WizardBackoutException(String, Exception) |
Initializes a new instance of the WizardBackoutException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
WizardBackoutException()
Initializes a new instance of the WizardBackoutException.
public:
WizardBackoutException();
public:
WizardBackoutException();
WizardBackoutException();
public WizardBackoutException ();
Public Sub New ()
Applies to
WizardBackoutException(String)
Initializes a new instance of the WizardBackoutException class with the specified error message.
public:
WizardBackoutException(System::String ^ message);
public:
WizardBackoutException(Platform::String ^ message);
WizardBackoutException(std::wstring const & message);
public WizardBackoutException (string message);
new Microsoft.VisualStudio.TemplateWizard.WizardBackoutException : string -> Microsoft.VisualStudio.TemplateWizard.WizardBackoutException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
WizardBackoutException(SerializationInfo, StreamingContext)
Initializes a new instance of the WizardBackoutException class with serialized data.
protected:
WizardBackoutException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected WizardBackoutException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TemplateWizard.WizardBackoutException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TemplateWizard.WizardBackoutException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
- StreamingContext
The StreamingContext that contains contextual information about the source or destination.
Exceptions
The info parameter is a null reference (Nothing in Visual Basic)
The class name is a null reference (Nothing in Visual Basic) or HResult is zero (0).
Applies to
WizardBackoutException(String, Exception)
Initializes a new instance of the WizardBackoutException class with the specified error message and a reference to the inner exception that is the cause of this exception.
public:
WizardBackoutException(System::String ^ message, Exception ^ innerException);
public WizardBackoutException (string message, Exception innerException);
new Microsoft.VisualStudio.TemplateWizard.WizardBackoutException : string * Exception -> Microsoft.VisualStudio.TemplateWizard.WizardBackoutException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception