Last updated 3 months ago
Was this helpful?
Method in
Creates a new error using the provided text.
A new .
public static Message Error(string message)
string message
string
The text to show in the message box. If this value is null , no message box is displayed.
null