XamlParseException Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the XamlParseException class.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
Contains all the information that is required to serialize or deserialize the object.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The source and destination of a serialized stream.
This constructor is used for serialization when marshaling an exception of this type across an application domain or machine boundary.
.NET Framework
Available since 3.0
Available since 3.0
Show: