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
8/15/2023 1:19:30 PM