ImageGear PDF v25.2 - Updated
ImGearOCRException Constructor(String,Exception)




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

Parameters

message
Message for the exception.
innerException
Exception that caused this exception.
See Also

Reference

ImGearOCRException Class
ImGearOCRException Members
Overload List

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