UITestException.HResult Property
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: 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.