NBUserException AddEsqlHandlerInserts Method IBM Integration Bus
AddEsqlHandlerInserts adds information to the exception that allows an ESQL HANDLER to easily handle this exception by the specified sql code. This method constructs ESQL Handler ready inserts with the SQL code, state, native error and error text.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public void AddEsqlHandlerInserts(
	int sqlCode,
	string sqlState,
	int sqlNativeError,
	string sqlErrorText
)
See Also