Base:
2 overrides of GetObjectData
System.Private.Xml (2)
System\Xml\Xsl\XslException.cs (1)
170public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Xml\Xslt\XsltException.cs (1)
165public override void GetObjectData(SerializationInfo info, StreamingContext context)
2 references to GetObjectData
System.Private.Xml (2)
System\Xml\Xsl\XslException.cs (1)
172base.GetObjectData(info, context);
System\Xml\Xslt\XsltException.cs (1)
167base.GetObjectData(info, context);