Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ResourceReferenceKeyNotFoundException::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Reports specifics of the exception to debuggers or dialogs.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

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

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

Specific information from the serialization process.

context
Type: System.Runtime.Serialization::StreamingContext

The context at the time the exception was thrown.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft