Base:
method
GetObjectData
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
2 overrides of GetObjectData
System.Data.SqlXml (1)
System\Xml\Xsl\XslException.cs (1)
105public override void GetObjectData(SerializationInfo info, StreamingContext context) {
System.Xml (1)
System\Xml\Xslt\XsltException.cs (1)
137public override void GetObjectData(SerializationInfo info, StreamingContext context) {
2 references to GetObjectData
System.Data.SqlXml (1)
System\Xml\Xsl\XslException.cs (1)
106base.GetObjectData(info, context);
System.Xml (1)
System\Xml\Xslt\XsltException.cs (1)
138base.GetObjectData(info, context);