Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / ErrorInfo Class
Properties Methods


In This Topic
    ErrorInfo Class Members
    In This Topic

    The following tables list the members exposed by ErrorInfo.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the control beeps signaling an error.  
    Public PropertyGets or sets an C1SuperErrorProvider object used to indicate error state of the control.  
    Public PropertyGets or sets a value that determines whether or not the control is allowed to lose focus after the error. Works only if the ErrorAction is set to SetValueOnError or ResetValue.  
    Public PropertyType of the Value property.  
    Public PropertyGets or sets enumerated value that determines what action is performed on the control value when an error occurs.  
    Public PropertyGets or sets error message shown in the standard message box and/or in the exception.  
    Public PropertyGets or sets the text to display in the title bar of the error message box.  
    Public PropertyGets or sets an ErrorProvider object used to indicate error state of the control.  
    Public PropertyRun-time-only read-only property returning the original exception object that caused the error.  
    Public PropertyGets or sets a value indicating whether the standard error message will be shown.  
    Public PropertyGets or sets a value used to reset the control if ErrorAction = SetValueOnError.  
    Public PropertyGets or sets a boolean property used to set ValueOnError to DbNull (only necessary at design time).  
    Top
    Public Methods
     NameDescription
    Public MethodResets whole ErrorInfo property in base control  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Top
    See Also