AxeErrorInfo.Message Property
Applies To: Windows 8.1
Describes the error that occurred.
Namespace: Microsoft.Assessments
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As AxeErrorInfo
Dim value As String
value = instance.Message
Syntax
'Declaration
Public ReadOnly Property Message As String
public string Message { get; }
public:
property String^ Message {
String^ get ();
}
/** @property */
public String get_Message ()
public function get Message () : String
Property Value
Returns String.
Remarks
This property returns a string value that describes the error.
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