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)
[SecurityCriticalAttribute] public override void GetObjectData( SerializationInfo serializationInfo, StreamingContext streamingContext )
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: