Skip to content

Message.Info Method

Overloads

Name Description
Info(String, String) Initializes a new instance of the Message class with the Level Info and specified Code and Text.
Info(String) Initializes a new instance of the Message class with the Level Info and specified Text.

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);

View source

Parameters

Name Type Description
code String The Code of the message.
text String The Text of the message.

Returns

Message

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);

View source

Parameters

Name Type Description
text String The Text of the message.

Returns

Message

The info message.