Message.Warning Method
Overloads
Warning(String, String)
Initializes a new instance of the Message class with the Level Warning and specified Code and Text.
public static Message Warning(string code, string text);
Parameters
Returns
The warning message.
Warning(String)
Initializes a new instance of the Message class with the Level Warning and specified Text.
public static Message Warning(string text);
Parameters
Returns
The warning message.
Last modified: 09 November 2024