IdentityNotMappedException::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Gets serialization information with the data needed to create an instance of this IdentityNotMappedException object.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] virtual void GetObjectData( SerializationInfo^ serializationInfo, StreamingContext streamingContext ) override
Parameters
- serializationInfo
-
Type:
System.Runtime.Serialization::SerializationInfo^
The object that holds the serialized object data about the exception being thrown.
- streamingContext
-
Type:
System.Runtime.Serialization::StreamingContext
The object that contains contextual information about the source or destination.
.NET Framework
Available since 2.0
Available since 2.0
Show: