WizardBackoutException Constructor (String)
Initializes a new instance of the WizardBackoutException 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 WizardBackoutException(
string message
)
public:
WizardBackoutException(
String^ message
)
new :
message:string -> WizardBackoutException
public function WizardBackoutException(
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.