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




Accusoft.BarcodeXpressSdk Namespace > BarcodeException Class > BarcodeException Constructor : BarcodeException Constructor(String)
A string which represents the error message.
Generates an exception based on the given string.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New BarcodeException(message)
public BarcodeException( 
   string message
)
public: BarcodeException( 
   string* message
)
public:
BarcodeException( 
   String^ message
)

Parameters

message
A string which represents the error message.
See Also

Reference

BarcodeException Class
BarcodeException Members
Overload List

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