Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / ErrorEventArgs Class / ErrorCode Property


In This Topic
    ErrorCode Property (ErrorEventArgs)
    In This Topic
    Gets the error code associated with an error event.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ErrorCode As Integer
    'Usage
     
    
    Dim instance As ErrorEventArgs
    Dim value As Integer
     
    value = instance.ErrorCode
    public virtual int ErrorCode {get;}
    See Also