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