ActiveReports 8
ValidationEntry Constructor

The severity level for the entry
The user friendly message to use for the entry. This message will be displayed in the task list.
The exception to be logged/fired by the entry.
Creates a new ValidationEntry
Syntax
'Declaration
 
Public Function New( _
   ByVal severity As Severity, _
   ByVal message As System.String, _
   ByVal exception As System.Exception, _
   ByVal owner As System.Object _
)
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
See Also

Reference

ValidationEntry Class
ValidationEntry Members

Support Forum