Accusoft.BarcodeXpressSdk Namespace > ColumnCountException Class > ColumnCountException Constructor : ColumnCountException Constructor(Int32,String) |
'Declaration Public Function New( _ ByVal errorNumber As Integer, _ ByVal message As String _ )
'Usage Dim errorNumber As Integer Dim message As String Dim instance As New ColumnCountException(errorNumber, message)
public ColumnCountException( int errorNumber, string message )
public: ColumnCountException( int errorNumber, string* message )
public: ColumnCountException( int errorNumber, String^ message )