[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ValidationEntry.-ctor

ValidationEntry Constructor

ValidationEntry(Severity, string, object)

Initializes a new instance of the ValidationEntry class.

Declaration
public ValidationEntry(Severity severity, string message, object owner)
Parameters
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.

ValidationEntry(Severity, string, Exception, object)

Initializes a new instance of the ValidationEntry class.

Declaration
public ValidationEntry(Severity severity, string message, Exception exception, object owner)
Parameters
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.