ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ErrorInfo Structure / ErrorInfo Constructor / ErrorInfo Constructor(Level,String,String)

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

    Parameters

    level
    info
    detail
    See Also