ConfigurationException::GetObjectData Method (SerializationInfo^, StreamingContext)
Sets the SerializationInfo object with the file name and line number at which this configuration exception occurred.
Assembly: System (in System.dll)
public: [SecurityPermissionAttribute(SecurityAction::Demand, SerializationFormatter = true)] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) override
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
The object that holds the information to be serialized.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The contextual information about the source or destination.
The GetObjectData method sets a SerializationInfo object with the file name and line number at which this ConfigurationException exception occurred. During deserialization, the ConfigurationException exception is reconstituted from the SerializationInfo object that is transmitted over the stream.
Available since 1.1