NBClrException ClassIBM Integration Bus
NBClrException represents a class that wraps a System::Exception or a subclass of a System::Exception.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Exception
    IBM.Broker.Plugin NBException
      IBM.Broker.Plugin NBRecoverableException
        IBM.Broker.Plugin NBClrException

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

[SerializableAttribute]
public sealed class NBClrException : NBRecoverableException, 
	ISerializable
Remarks

NBClrException is used to carry a System::Exception through the broker as a serialized object.
See Also