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