ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRException Class / ImGearOCRException Constructor / ImGearOCRException Constructor(String,Exception)
Message for the exception.
Exception that caused this exception.




In This Topic
    ImGearOCRException Constructor(String,Exception)
    In This Topic
    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