Spread Windows Forms 12.0 Product Documentation
UserErrorCode Property


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > UserErrorEventArgs Class : UserErrorCode Property
Gets the error code associated with a user error event.
Syntax
'Declaration
 
Public Overridable ReadOnly Property UserErrorCode As UserErrorCode
'Usage
 
Dim instance As UserErrorEventArgs
Dim value As UserErrorCode
 
value = instance.UserErrorCode
public virtual UserErrorCode UserErrorCode {get;}

Property Value

UserErrorCode object containing the error code
Remarks
This class derives from ErrorEventArgs.
See Also

Reference

UserErrorEventArgs Class
UserErrorEventArgs Members
UserError Event
UserErrorCode Enumeration