LogReaderCallbackData.LogError Property
Applies To: Windows 8.1
The error text for any additional error information that was logged for the current event.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As LogReaderCallbackData
Dim value As String
value = instance.LogError
Syntax
'Declaration
Public ReadOnly Property LogError As String
public string LogError { get; }
public:
property String^ LogError {
String^ get ();
}
/** @property */
public String get_LogError ()
public function get LogError () : String
Property Value
Returns String.
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
LogReaderCallbackData Class
LogReaderCallbackData Members
Microsoft.Assessments.Hosting Namespace