Share via


WizardCancelledException.HResult Property

Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.

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

Syntax

'Declaration
Protected Property HResult As Integer
protected int HResult { get; set; }
protected:
property int HResult {
    int get ();
    void set (int value);
}
member HResult : int with get, set
function get HResult () : int 
function set HResult (value : int)

Property Value

Type: System.Int32
The HRESULT value.

.NET Framework Security

See Also

Reference

WizardCancelledException Class

Microsoft.VisualStudio.TemplateWizard Namespace