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




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

Parameters

message
A string which represents the message.
See Also

Reference

LargeDataSizeException Class
LargeDataSizeException Members
Overload List

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