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

  NameDescription
Public methodAddNestedException
Adds a nested exception to the current exception.
Public methodDispose 
Protected methodDispose(Boolean)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodFormattedMessage
Formats the exception as a string using the catalog provided in the exception itself.
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.
Public methodGetObjectData
Initializes a new instance of the Exception class with serialized data.
(Overrides OnlineException GetObjectData(SerializationInfo, StreamingContext).)
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 methodOnlineToString
Creates and returns a string representation of the current exception.
(Inherited from OnlineException.)
Back to Top
See Also