2 writes to exception
System.Xml (2)
System\Xml\Serialization\Types.cs (2)
313set { exception = value; } 345this.exception = new InvalidOperationException(Res.GetString(Res.XmlConstructorInaccessible, FullName));
1 reference to exception
System.Xml (1)
System\Xml\Serialization\Types.cs (1)
312get { return exception; }