Leadtools.Barcode Namespace > BarcodeException Class > BarcodeException Constructor : BarcodeException Constructor(String,Exception) |
'Usage Dim message As String Dim inner As Exception Dim instance As New BarcodeException(message, inner)
public BarcodeException( String message, RuntimeException inner )
public: BarcodeException( String^ message, Exception^ inner )
This constructor initializes a new BarcodeException class with the Message property set to message and the Code property set to BarcodeExceptionCode.InvalidType.