dotnetCHARTING Send comments on this topic.
ErrorMessage Property
See Also 
dotnetCHARTING Namespace > DataEngine Class : ErrorMessage Property


Gets an error message which will be available if this DataEngine instance fails after a call to GetSeries().

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property ErrorMessage As String
Visual Basic (Usage) Copy Code
Dim instance As DataEngine
Dim value As String
 
value = instance.ErrorMessage
C#  
public string ErrorMessage {get;}

See Also