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




Accusoft.BarcodeXpressSdk Namespace > InvalidBitmapException Class > InvalidBitmapException Constructor : InvalidBitmapException Constructor(String)
A string which represent the message.
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)
public InvalidBitmapException( 
   string message
)
public: InvalidBitmapException( 
   string* message
)
public:
InvalidBitmapException( 
   String^ message
)

Parameters

message
A string which represent the message.
See Also

Reference

InvalidBitmapException Class
InvalidBitmapException Members
Overload List

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