NBException PropertiesIBM Integration Bus
The NBException type exposes the following members.
Properties

  NameDescription
Public propertyCatalog
Gets or sets The catalog that contains the exception message number.
Public propertyData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Overrides OnlineException Data.)
Public propertyFile
Gets or sets the file that generated the exception.
Public propertyOnlineHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from OnlineException.)
Public propertyOnlineHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from OnlineException.)
Public propertyOnlineInnerException
Gets the OnlineException instance that caused the current exception.
(Inherited from OnlineException.)
Public propertyLabel
Gets or sets the label of the component or class that originated the exception.
Public propertyLine
Gets or sets the line in the file where the exception was generated.
Public propertyOnlineMessage
Gets a message that describes the current exception.
(Inherited from OnlineException.)
Public propertyMessageAsFirstInsert
Gets or sets a flag to request that the exception, when logged, contains the Message as the first insert.
Public propertyMethod
Gets or sets the name of the method which throws the exception.
Public propertyName
Gets or sets the name of the component or class that originated the exception.
Public propertyNumber
Gets or sets the Error number.
Public propertySeverity
Gets or sets the severity of the exception.
Public propertySource
Gets or sets the message source of the message in the exception.
(Overrides OnlineException Source.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Overrides OnlineException StackTrace.)
Public propertyStackTraceAsLastInsert
Gets or sets a flag to request that the exception, when logged, contains the StackTrace as its last insert.
Public propertyOnlineTargetSite
Gets the method that throws the current exception.
(Inherited from OnlineException.)
Back to Top
See Also