Message Constructors
Overloads
Message(MessageLevel, String)
Initializes a new instance of the Message class with the specified Level and Text.
public Message(MessageLevel level, string text);
Parameters
Message(MessageLevel, String, String)
Initializes a new instance of the Message class with the specified Level, Code and Text.
public Message(MessageLevel level, string code, string text);
Parameters
Last modified: 22 November 2024