WinUI | ComponentOne
C1.WinUI.BarCode Assembly / C1.BarCode Namespace / BarCodeException Class / BarCodeException Constructor / BarCodeException Constructor(String)
A message that describes the error.
In This Topic
    BarCodeException Constructor(String)
    In This Topic
    Initializes a new instance of the BarCodeException class with a specified error message.
    Syntax
    public BarCodeException( 
       string message
    )

    Parameters

    message
    A message that describes the error.
    See Also