Barcode Xpress for .NET Framework v13.9 - Updated
BarcodeException Constructor(Int32,String)




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

Parameters

errorNumber
An integer which represents the error number.
message
A string which represents the message.
See Also

Reference

BarcodeException Class
BarcodeException Members
Overload List

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