NBClrException represents a class that wraps a System::Exception or a subclass of a System::Exception.
System Object
System Exception IBM.Broker.Plugin NBException IBM.Broker.Plugin NBRecoverableException IBM.Broker.Plugin NBClrExceptionNamespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
[SerializableAttribute]
public sealed class NBClrException : NBRecoverableException,
ISerializable
[SerializableAttribute]
public sealed class NBClrException : NBRecoverableException,
ISerializable
<SerializableAttribute>
Public NotInheritable Class NBClrException
Inherits NBRecoverableException
Implements ISerializable
<SerializableAttribute>
Public NotInheritable Class NBClrException
Inherits NBRecoverableException
Implements ISerializable
[SerializableAttribute]
public ref class NBClrException sealed : public NBRecoverableException,
ISerializable
[SerializableAttribute]
public ref class NBClrException sealed : public NBRecoverableException,
ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
type NBClrException =
class
inherit NBRecoverableException
interface ISerializable
end
[<SealedAttribute>]
[<SerializableAttribute>]
type NBClrException =
class
inherit NBRecoverableException
interface ISerializable
end
NBClrException is used to carry a System::Exception through the broker as a serialized object.