ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.BarCodes Namespace / BarCodeException Class / BarCodeException Constructor / BarCodeException Constructor(ErrorCodes)
Error code.

In This Topic
    BarCodeException Constructor(ErrorCodes)
    In This Topic
    Creates new BarCodeException instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal errorCode As BarCodeException.ErrorCodes _
    )
    public BarCodeException( 
       BarCodeException.ErrorCodes errorCode
    )

    Parameters

    errorCode
    Error code.
    See Also