Initializes a new instance of the Warning class.

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

Syntax

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

Parameters

code
Type: C1.C1Preview..::..GenerateErrorEnum
The code identifying the problem.
description
Type: System..::..String
The human-readable problem description.
source
Type: System..::..Object
The object that triggered the problem.

See Also