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




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

Parameters

message
A string which represents the message.
See Also

Reference

InsufficientHeightException Class
InsufficientHeightException Members
Overload List

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