AxeErrorInfo.ErrorValue Property

Applies To: Windows 8.1

A value that corresponds to the error that occurred during the operation.

Namespace: Microsoft.Assessments
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As AxeErrorInfo
Dim value As Integer

value = instance.ErrorValue

Syntax

'Declaration
Public ReadOnly Property ErrorValue As Integer
public int ErrorValue { get; }
public:
property int ErrorValue {
    int get ();
}
/** @property */
public int get_ErrorValue ()
public function get ErrorValue () : int

Property Value

Returns Int32.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

AxeErrorInfo Class
AxeErrorInfo Members
Microsoft.Assessments Namespace