Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the HRESULT for this exception.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Property HResult As Integer
public int HResult { get; set; }
public:
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 for this exception.
.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.