RanorexRanorex Documentation
GetObjectData Method (info, context)
NamespacesRanorexCapabilityNotSupportedExceptionGetObjectData(SerializationInfo, StreamingContext)
When overridden in a derived class, sets the SerializationInfo with information about the exception.
Declaration Syntax
C#Visual BasicVisual C++
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
Public Overrides Sub GetObjectData ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
public:
virtual void GetObjectData(
	SerializationInfo^ info, 
	StreamingContext context
) override
Parameters
info (SerializationInfo)
The SerializationInfo that holds the serialized object data about the exception being thrown.
context (StreamingContext)
The StreamingContext that contains contextual information about the source or destination.
Exceptions
ExceptionCondition
ArgumentNullException The info parameter is a null reference (Nothing in Visual Basic).

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)