XsltException Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the XsltException class using the information in the SerializationInfo and StreamingContext objects.

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

protected:
XsltException(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

The SerializationInfo object containing all the properties of an XsltException.

context
Type: System.Runtime.Serialization::StreamingContext

The StreamingContext object.

.NET Framework
Available since 1.1
Return to top
Show: