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