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




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

Parameters

message
A string which represents the message.
See Also

Reference

RowCountException Class
RowCountException Members
Overload List

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