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

In This Topic
    ErrorInfo Constructor(Exception)
    In This Topic
    Initializes a new instance of the ErrorInfo struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal exception As Exception _
    )
    public ErrorInfo( 
       Exception exception
    )

    Parameters

    exception
    See Also