Spread WinForms 15
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
See Also