[]
Initializes a new instance of the ValidationEntry class.
public ValidationEntry(Severity severity, string message, object owner)
Type | Name | Description |
---|---|---|
Severity | severity | A Severity value indicating the severity level for the entry. |
string | message | A string value indicating the user-friendly message to use for the entry. This message will be displayed in the task list. |
object | owner | An object representing the owner of the validation entry. |
Initializes a new instance of the ValidationEntry class.
public ValidationEntry(Severity severity, string message, Exception exception, object owner)
Type | Name | Description |
---|---|---|
Severity | severity | A Severity value indicating the severity level for the entry |
string | message | A string value indicating the user friendly message to use for the entry. This message will be displayed in the task list. |
Exception | exception | An Exception to be logged/fired by the entry. |
object | owner | An object representing the owner of the validation entry. |