Accusoft.BarcodeXpressSdk Namespace > InvalidErrorCorrectionLevelException Class > InvalidErrorCorrectionLevelException Constructor : InvalidErrorCorrectionLevelException Constructor(String,Exception) |
'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 InvalidErrorCorrectionLevelException(message, innerException)
public InvalidErrorCorrectionLevelException( string message, Exception innerException )
public: InvalidErrorCorrectionLevelException( string* message, Exception* innerException )
public: InvalidErrorCorrectionLevelException( String^ message, Exception^ innerException )