10 references to XmlSyntaxException
mscorlib (10)
system\security\util\parser.cs (8)
149
throw new
XmlSyntaxException
(_t.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" ));
156
throw new
XmlSyntaxException
(_t.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedCloseBracket" ));
243
throw new
XmlSyntaxException
(_t.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedSlashOrString" ));
259
throw new
XmlSyntaxException
(_t.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedCloseBracket" ));
278
throw new
XmlSyntaxException
(_t.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedCloseBracket" ));
298
throw new
XmlSyntaxException
(_t.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedCloseBracket" ));
335
throw new
XmlSyntaxException
( _t.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" ));
383
throw new
XmlSyntaxException
(_t.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" ));
system\security\util\tokenizer.cs (2)
376
throw new
XmlSyntaxException
(LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" ));
391
throw new
XmlSyntaxException
(LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" ));