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() |
Exception constructor. |
WizardBackoutException(String) |
Exception constructor. |
WizardBackoutException(SerializationInfo, StreamingContext) |
Exception constructor. |
WizardBackoutException(String, Exception) |
Exception constructor. |
WizardBackoutException()
Exception constructor.
public:
WizardBackoutException();
public:
WizardBackoutException();
WizardBackoutException();
public WizardBackoutException ();
Public Sub New ()
Applies to
WizardBackoutException(String)
Exception constructor.
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
The error message for the exception.
Applies to
WizardBackoutException(SerializationInfo, StreamingContext)
Exception constructor.
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
A SerializationInfo object that contains the serialized object data about the exception being thrown.
- context
- StreamingContext
A StreamingContext object 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)
Exception constructor.
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
The error message for the exception.
- innerException
- Exception
The exception that is the cause of the current exception.