Message Record
Definition
An error, warning or informational message for a node.
public sealed record Message : IEquatable<Message>
Constructors
Properties
Methods
Name | Description |
---|---|
Initializes a new instance of the Message class with the Level Error and specified Code and Text. | |
Initializes a new instance of the Message class with the Level Error and specified Text. | |
Initializes a new instance of the Message class with the Level Info and specified Code and Text. | |
Initializes a new instance of the Message class with the Level Info and specified Text. | |
Returns a string representation of this message. | |
Initializes a new instance of the Message class with the Level Warning and specified Code and Text. | |
Initializes a new instance of the Message class with the Level Warning and specified Text. |
Last modified: 22 November 2024