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