OnWarning Method

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 tips and warnings which occurred during processing.

Syntax

Visual Basic .NET

Sub OnWarning(Message As String)
    

C++

HRESULT OnWarning( BSTR Message );
    

Parameters

Message
[in] This parameter contains the tip or warning.

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

The 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

ClassificationTrainer

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.