Barcode Xpress for .NET v13 - Updated
ErrorCorrectionLevelTooHighException Constructor(String,Exception)




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

Parameters

message
A string which represents the message.
innerException
An inner exception from the base constructor.
See Also

Reference

ErrorCorrectionLevelTooHighException Class
ErrorCorrectionLevelTooHighException Members
Overload List