Barcode Xpress for .NET Framework v13.9 - Updated
ErrorCorrectionLevelTooHighException Constructor(String)




Accusoft.BarcodeXpressSdk Namespace > ErrorCorrectionLevelTooHighException Class > ErrorCorrectionLevelTooHighException Constructor : ErrorCorrectionLevelTooHighException Constructor(String)
A string which represents the message.
Generated exception for an error correction level too high with a given message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New ErrorCorrectionLevelTooHighException(message)
public ErrorCorrectionLevelTooHighException( 
   string message
)
public: ErrorCorrectionLevelTooHighException( 
   string* message
)
public:
ErrorCorrectionLevelTooHighException( 
   String^ message
)

Parameters

message
A string which represents the message.
See Also

Reference

ErrorCorrectionLevelTooHighException Class
ErrorCorrectionLevelTooHighException Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.