PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / Warning Class / Warning Constructor
The code identifying the problem.
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 code As GenerateErrorEnum, _
       ByVal description As String, _
       ByVal source As Object _
    )
    public Warning( 
       GenerateErrorEnum code,
       string description,
       object source
    )

    Parameters

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