WizardBackoutException.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
'Usage
Dim value As Integer
value = Me.HResult
Me.HResult = value
protected int HResult { get; set; }
protected:
property int HResult {
int get ();
void set (int value);
}
protected function get HResult () : int
protected 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.