NBParserException ClassIBM Integration Bus
An NBParserException is generated by message parsers for errors which prevent the parsing of the message content or creating a bit-stream. A parser exception is treated as a recoverable exception by the broker.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class NBParserException : NBRecoverableException, 
	ISerializable
See Also