NBInputRecord Exception Property IBM Integration Bus
Allows an exception to be stored to be thrown later by the default implementation of ValidateData.

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

public virtual Exception Exception { get; set; }

Property Value

Type: OnlineException
The Exception.
Remarks

See ValidateData(NBElement)
See Also