NBCastException ClassIBM Integration Bus
NBCastException represents the failure of the broker to cast an element's value to a specified type.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class NBCastException : NBRecoverableException, 
	ISerializable
Remarks

This could be generated by a failed cast in ESQL or a failed NBElementConvert operation.
See Also