Accusoft.BarcodeXpress10.Net
BarcodeException Constructor(String)




A string which represents the error message.
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)
public BarcodeException( 
   string message
)
public: BarcodeException( 
   string* message
)
public:
BarcodeException( 
   String^ message
)

Parameters

message
A string which represents the error message.
See Also

Reference

BarcodeException Class
BarcodeException Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback