Gets the errors that has been logged in the ClientRecorderError table in the database.
These are the errors that occurs in the client recorder. These errors cannot be fixed, as the context has been lost or data could not been resolved.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetClientRecorderErrors() As String()
|
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Client
Dim value() As String
value = instance.GetClientRecorderErrors()
|
C# | |
---|
public string[] GetClientRecorderErrors()
|
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also