NBException Name Property IBM Integration Bus
Gets or sets the name of the component or class that originated the exception.

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

public virtual string Name { get; set; }

Property Value

Type: OnlineString
Name of the class or component which originated the exception.
See Also