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.

ISafeSerializationData::CompleteDeserialization Method (Object^)

.NET Framework (current version)
 

This method is called when the instance is deserialized.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

void CompleteDeserialization(
	Object^ deserialized
)

Parameters

deserialized
Type: System::Object^

An object that contains the state of the instance.

The state object is stored in a private variable defined in the implementation of the ISafeSerializationData class.

The following example restores the state of the exception after being deserialized.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 4.0
Return to top
Show: