WizardCancelledException Constructor (String, Exception)
Initializes a new instance of the WizardCancelledException 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 WizardCancelledException(
string message,
Exception innerException
)
public:
WizardCancelledException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> WizardCancelledException
public function WizardCancelledException(
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.
See Also
Reference
WizardCancelledException Class