Warning(string)
Method in MessageBoxAttribute
Summary
Creates a new warning Message using the provided text.
Parameters
Name
Description
string
message
The text to show in the message box. If this value is null
, no message box is displayed.
Returns
A new Message .
Last updated