ActiveReports 8
ValidationEntry Constructor
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ValidationEntry Class : ValidationEntry Constructor

severity
The severity level for the entry
message
The user friendly message to use for the entry. This message will be displayed in the task list.
exception
The exception to be logged/fired by the entry.
owner

Glossary Item Box

Creates a new ValidationEntry

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal severity As Severity, _
   ByVal message As System.String, _
   ByVal exception As System.Exception, _
   ByVal owner As System.Object _
)
C# 
public ValidationEntry( 
   Severity severity,
   System.string message,
   System.Exception exception,
   System.object owner
)

Parameters

severity
The severity level for the entry
message
The user friendly message to use for the entry. This message will be displayed in the task list.
exception
The exception to be logged/fired by the entry.
owner

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also