NBCastException represents the failure of the broker to cast an element's value to a specified type.
System Object
System Exception IBM.Broker.Plugin NBException IBM.Broker.Plugin NBRecoverableException IBM.Broker.Plugin NBCastExceptionNamespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
[SerializableAttribute]
public class NBCastException : NBRecoverableException,
ISerializable
[SerializableAttribute]
public class NBCastException : NBRecoverableException,
ISerializable
<SerializableAttribute>
Public Class NBCastException
Inherits NBRecoverableException
Implements ISerializable
<SerializableAttribute>
Public Class NBCastException
Inherits NBRecoverableException
Implements ISerializable
[SerializableAttribute]
public ref class NBCastException : public NBRecoverableException,
ISerializable
[SerializableAttribute]
public ref class NBCastException : public NBRecoverableException,
ISerializable
[<SerializableAttribute>]
type NBCastException =
class
inherit NBRecoverableException
interface ISerializable
end
[<SerializableAttribute>]
type NBCastException =
class
inherit NBRecoverableException
interface ISerializable
end
This could be generated by a failed cast in ESQL or a failed NBElementConvert operation.