3 writes to args
System.Xml (3)
System\Xml\XmlException.cs (3)
46
args
= (string[])info.GetValue("args", typeof(string[]));
111
this.
args
= new string[] { message };
167
this.
args
= args;
2 references to args
System.Xml (2)
System\Xml\XmlException.cs (2)
66
message = CreateMessage( res,
args
, lineNumber, linePosition );
78
info.AddValue("args",
args
);