Spread Windows Forms 15.0
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
    public virtual string ErrorInfo {get;}
    See Also