ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ErrorInfo Structure / ErrorInfo Constructor / ErrorInfo Constructor(Level,String)
The severity level of the error.
The error information.

In This Topic
    ErrorInfo Constructor(Level,String)
    In This Topic
    Initializes a new instance of the ErrorInfo struct with a level, information, and detail.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal level As ErrorInfo.Level, _
       ByVal info As String _
    )
    public ErrorInfo( 
       ErrorInfo.Level level,
       string info
    )

    Parameters

    level
    The severity level of the error.
    info
    The error information.
    See Also