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


In This Topic
    ErrorInfoPriv Property
    In This Topic
    Internal use only. Gets or sets the error information.
    Syntax
    'Declaration
     
    
    Protected Overridable Property ErrorInfoPriv As String
    'Usage
     
    
    Dim instance As ErrorEventArgs
    Dim value As String
     
    instance.ErrorInfoPriv = value
     
    value = instance.ErrorInfoPriv
    protected virtual string ErrorInfoPriv {get; set;}
    See Also