Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / UserErrorEventArgs Class / ErrorInfoPriv Property


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