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: