Share via


WizardCancelledException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the WizardCancelledException class with serialized data.

Namespace:  Microsoft.VisualStudio.TemplateWizard
Assembly:  Microsoft.VisualStudio.TemplateWizardInterface (in Microsoft.VisualStudio.TemplateWizardInterface.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected WizardCancelledException(
    SerializationInfo info,
    StreamingContext context
)
protected:
WizardCancelledException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> WizardCancelledException
protected function WizardCancelledException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

The info parameter is a null reference (Nothing in Visual Basic)

SerializationException

The class name is a null reference (Nothing in Visual Basic) or HResult is zero (0).

.NET Framework Security

See Also

Reference

WizardCancelledException Class

WizardCancelledException Overload

Microsoft.VisualStudio.TemplateWizard Namespace