NBMessageException MethodsIBM Integration Bus
The NBMessageException type exposes the following members.
Methods

  NameDescription
Public methodAddEsqlHandlerInserts
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.
Public methodAddNestedException
Adds a nested exception to the current exception.
(Inherited from NBException.)
Public methodDispose  (Inherited from NBException.)
Protected methodDispose(Boolean) (Inherited from NBException.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Inherited from NBException.)
Public methodFormattedMessage
Formats the exception as a string using the catalog provided in the exception itself.
(Inherited from NBException.)
Public methodOnlineGetBaseException
When overridden in a derived class, returns the OnlineException that is the root cause of one or more subsequent exceptions.
(Inherited from OnlineException.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetNestedExceptions
Gets all the nested exceptions that belong to the current exception.
(Inherited from NBException.)
Public methodGetObjectData
Initializes a new instance of the Exception class with serialized data.
(Inherited from NBException.)
Public methodOnlineGetType
Gets the runtime type of the current instance.
(Inherited from OnlineException.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodThrowThis
Instructs this object to throw itself.
(Overrides NBRecoverableException ThrowThis .)
Public methodOnlineToString
Creates and returns a string representation of the current exception.
(Inherited from OnlineException.)
Back to Top
See Also