Initializes a new instance of the Warning class.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Warning(
	string description,
	Object source
)
Visual Basic
Public Sub New ( _
	description As String, _
	source As Object _
)

Parameters

description
Type: System..::..String
The human-readable problem description.
source
Type: System..::..Object
The object that triggered the problem.

See Also