Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / ErrorEventArgs Class / ErrorInfo Property


In This Topic
ErrorInfo Property
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 ErrorEventArgs
Dim value As String
 
value = instance.ErrorInfo
See Also