Base:
method
GetObjectData
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
2 overrides of GetObjectData
System.Xml (2)
System\Xml\Schema\Inference\XmlSchemaInferenceException.cs (1)
29public override void GetObjectData(SerializationInfo info, StreamingContext context)
System\Xml\Schema\XmlSchemaValidationException.cs (1)
29public override void GetObjectData(SerializationInfo info, StreamingContext context) {
2 references to GetObjectData
System.Xml (2)
System\Xml\Schema\Inference\XmlSchemaInferenceException.cs (1)
31base.GetObjectData(info, context);
System\Xml\Schema\XmlSchemaValidationException.cs (1)
30base.GetObjectData(info, context);