Spread Windows Forms 12.0 Product Documentation
ErrorInfo Property


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > ErrorEventArgs Class : ErrorInfo Property
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
public virtual string ErrorInfo {get;}

Property Value

String containing the error information
See Also

Reference

ErrorEventArgs Class
ErrorEventArgs Members