3 writes to res
System.Xml (3)
System\Xml\XmlException.cs (3)
45res = (string) info.GetValue("res" , typeof(string)); 110this.res = (message == null ? Res.Xml_DefaultException : Res.Xml_UserException); 166this.res = res;
3 references to res
System.Xml (3)
System\Xml\XmlException.cs (3)
66message = CreateMessage( res, args, lineNumber, linePosition ); 77info.AddValue("res", res); 293return res;