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




In This Topic
InvalidBitmapException Constructor(String)
In This Topic
Generated exception from an invalid bitmap with a given message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
 
'Usage
 
Dim message As String
 
Dim instance As New InvalidBitmapException(message)

Parameters

message
A string which represent the message.
See Also