LinqDataSourceValidationException.GetObjectData Method (SerializationInfo, StreamingContext)
.NET Framework (current version)
Gets information about the exception and adds it to the SerializationInfo object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
[SecurityCriticalAttribute] public override void GetObjectData( SerializationInfo info, StreamingContext context )
Parameters
- info
-
Type:
System.Runtime.Serialization.SerializationInfo
The object that holds the serialized object data for the exception that is being thrown.
- context
-
Type:
System.Runtime.Serialization.StreamingContext
Context information about the source or destination.
The GetObjectData method adds information about the exception to the SerializationInfo object that is targeted for serialization. During deserialization, the exception is reconstituted from the SerializationInfo that is transmitted over the stream.
.NET Framework
Available since 3.5
Available since 3.5
Show: