Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / ErrorEventArgs Class / ErrorCodePriv Property


In This Topic
ErrorCodePriv Property
In This Topic
Internal use only. Gets or sets the error code.
Syntax
'Declaration
 
Protected Overridable Property ErrorCodePriv As Integer
 
'Usage
 
Dim instance As ErrorEventArgs
Dim value As Integer
 
instance.ErrorCodePriv = value
 
value = instance.ErrorCodePriv
See Also