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

  NameDescription
Public methodAddNestedException
The AddNestedException method should not be called for NBClrException's
(Overrides NBException AddNestedException(NBException).)
Public methodDispose  (Inherited from NBException.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
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 methodGetSerializedException
GetSerializedException returns the Serialized Exception Object carried within the NBClrException.
Public methodOnlineGetType
Gets the runtime type of the current instance.
(Inherited from OnlineException.)
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