NBException GetObjectData Method IBM Integration Bus
Initializes a new instance of the Exception class with serialized data.

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

[SecurityCriticalAttribute]
[SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter = true)]
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: OnlineSystem.Runtime.Serialization SerializationInfo
Holds the serialized object data about the exception being thrown.
context
Type: OnlineSystem.Runtime.Serialization StreamingContext
Contains contextual information about the source or destination.

Implements

OnlineISerializable GetObjectData(SerializationInfo, StreamingContext)
OnlineISerializable GetObjectData(SerializationInfo, StreamingContext)
Online_Exception GetObjectData(SerializationInfo, StreamingContext)
See Also