12 references to XmlException
System.Private.Xml (12)
System\Xml\Core\XmlTextReaderImpl.cs (2)
2712
Throw(new
XmlException
(res, args, innerException, _ps.LineNo, _ps.LinePos, _ps.baseUriStr));
2750
Throw(new
XmlException
(res, args, innerException, 0, 0, _ps.baseUriStr));
System\Xml\XmlException.cs (10)
118
this
(res, args, null, 0, 0, null)
122
this
(res, new string?[] { arg }, null, 0, 0, null)
126
this
(res, new string?[] { arg }, null, 0, 0, sourceUri)
134
this
(res, new string?[] { arg }, innerException, (lineInfo == null ? 0 : lineInfo.LineNumber), (lineInfo == null ? 0 : lineInfo.LinePosition), null)
142
this
(res, args, null, (lineInfo == null ? 0 : lineInfo.LineNumber), (lineInfo == null ? 0 : lineInfo.LinePosition), sourceUri)
147
this
(res, new string?[] { arg }, null, lineNumber, linePosition, null)
151
this
(res, new string?[] { arg }, null, lineNumber, linePosition, sourceUri)
155
this
(res, args, null, lineNumber, linePosition, null)
159
this
(res, args, null, lineNumber, linePosition, sourceUri)
163
this
(res, args, innerException, lineNumber, linePosition, null)