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