WizardCancelledException Constructor (String)
Initializes a new instance of the WizardCancelledException class with the specified error message.
Namespace: Microsoft.VisualStudio.TemplateWizard
Assembly: Microsoft.VisualStudio.TemplateWizardInterface (in Microsoft.VisualStudio.TemplateWizardInterface.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public WizardCancelledException(
string message
)
public:
WizardCancelledException(
String^ message
)
new :
message:string -> WizardCancelledException
public function WizardCancelledException(
message : String
)
Parameters
- message
Type: System.String
.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