ErrorMessage Property (FormatEventArgs)
In This Topic
Gets or sets the error description shown as the tooltip in the ErrorProvider icon, if ErrorInfo.ErrorProvider property is set.
Syntax
'Declaration
Public Overrides Property ErrorMessage As String
public override string ErrorMessage {get; set;}
See Also