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




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

Parameters

message
A string which represents the message.
See Also

Reference

PDF417EncodingException Class
PDF417EncodingException Members
Overload List

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