WizardBackoutException Constructor (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.
Namespace: Microsoft.VisualStudio.TemplateWizard
Assembly: Microsoft.VisualStudio.TemplateWizardInterface (in Microsoft.VisualStudio.TemplateWizardInterface.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
public WizardBackoutException(
string message,
Exception innerException
)
public:
WizardBackoutException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> WizardBackoutException
public function WizardBackoutException(
message : String,
innerException : Exception
)
Parameters
- message
Type: System.String
- innerException
Type: System.Exception
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.