XmlException Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the XmlException class using the information in the SerializationInfo and StreamingContext objects.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo object containing all the properties of an XmlException.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The StreamingContext object containing the context information.
.NET Framework
Available since 1.1
Available since 1.1
Show: