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
Get
Set
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
- 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.