Node<TNode>.AddWarning Method
Overloads
| Name | Description |
|---|---|
AddWarning(String) |
Adds a Message with Level Warning and the specified text to this node. |
AddWarning(String, String) |
Adds a Message with Level Warning and the specified text to this node. |
AddWarning(String)
Adds a Message with Level Warning and the specified text to this node.
public void AddWarning(string text);
Parameters
| Name | Type | Description |
|---|---|---|
text |
String |
The Text of the message. |
AddWarning(String, String)
Adds a Message with Level Warning and the specified text to this node.
public void AddWarning(string code, string text);
Parameters
| Name | Type | Description |
|---|---|---|
code |
String |
The Code for the message. |
text |
String |
The Text of the message. |