Barcode Xpress for .NET Core v13.9 - Updated
InvalidErrorCorrectionLevelException Constructor(String)




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

Parameters

message
A string which represents the message.
See Also

Reference

InvalidErrorCorrectionLevelException Class
InvalidErrorCorrectionLevelException Members
Overload List

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