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