Barcode Xpress for .NET Framework v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / BarcodeException Class / BarcodeException Constructor / BarcodeException Constructor(String)
A string which represents the error message.




In This Topic
BarcodeException Constructor(String)
In This Topic
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)

Parameters

message
A string which represents the error message.
See Also