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