OnError Method of the IProcessingEvents Interface

This method is implemented on the client side. It is called by ABBYY FlexiCapture SDK for some methods of the ClassificationTrainer and DataSetTableRecords objects. It delivers to the client information about the errors which occur on the client side.

Syntax

Visual Basic .NET

Sub OnError(Message As String)
    

C++

HRESULT OnError( BSTR Message );
    

Parameters

Message
[in] This parameter contains the description of an error.

Return values

[C++ only] If this method returns a value other than S_OK, it indicates that an error occurred on the client side.

Remarks

A client implementation of this method must assure that all exceptions thrown inside the method are caught and handled and no exceptions are propagated outside the method. Propagation of an exception outside the method may lead to unpredictable results (such as program termination).

See also

IProcessingEvents

15.08.2023 13:19:30

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.