ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / Warning Class / Warning Constructor
The human-readable problem description.
The object that triggered the problem.

In This Topic
    Warning Constructor
    In This Topic
    Initializes a new instance of the Warning class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal description As System.String, _
       ByVal source As System.Object _
    )
    public Warning( 
       System.string description,
       System.object source
    )

    Parameters

    description
    The human-readable problem description.
    source
    The object that triggered the problem.
    See Also