FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / UserErrorEventArgs Class / ErrorInfo Property


In This Topic
ErrorInfo Property (UserErrorEventArgs)
In This Topic
Gets the additional error information associated with an error event.
Syntax
'Declaration
 
Public Overridable ReadOnly Property ErrorInfo As String
 
'Usage
 
Dim instance As UserErrorEventArgs
Dim value As String
 
value = instance.ErrorInfo
See Also