ImageGear .NET v25.1 - Updated
ImGearOCRException Constructor(String)




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRException Class > ImGearOCRException Constructor : ImGearOCRException Constructor(String)
Message for exception.
Initializes a new instance of the ImGearOCRException class with a message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New ImGearOCRException(message)
public ImGearOCRException( 
   string message
)
public: ImGearOCRException( 
   string* message
)
public:
ImGearOCRException( 
   String^ message
)

Parameters

message
Message for exception.
See Also

Reference

ImGearOCRException Class
ImGearOCRException Members
Overload List