29 instantiations of XmlSyntaxException
mscorlib (29)
system\security\securitydocument.cs (9)
124throw new XmlSyntaxException(); 259throw new XmlSyntaxException(); 262throw new XmlSyntaxException(); 300throw new XmlSyntaxException(); 303throw new XmlSyntaxException(); 312throw new XmlSyntaxException(); 315throw new XmlSyntaxException(); 350throw new XmlSyntaxException(); 353throw new XmlSyntaxException();
system\security\util\parser.cs (14)
99throw new XmlSyntaxException( _t.LineNo ); 149throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" )); 156throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedCloseBracket" )); 180throw new XmlSyntaxException( _t.LineNo ); 226throw new XmlSyntaxException( _t.LineNo ); 243throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedSlashOrString" )); 259throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedCloseBracket" )); 278throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedCloseBracket" )); 298throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_ExpectedCloseBracket" )); 303throw new XmlSyntaxException (_t.LineNo); 309throw new XmlSyntaxException (_t.LineNo) ; 335throw new XmlSyntaxException( _t.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" )); 383throw new XmlSyntaxException (_t.LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" )); 457throw new XmlSyntaxException();
system\security\util\tokenizer.cs (6)
354throw new XmlSyntaxException( LineNo ); 371throw new XmlSyntaxException( LineNo ); 376throw new XmlSyntaxException (LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" )); 382throw new XmlSyntaxException( LineNo ); 391throw new XmlSyntaxException (LineNo, Environment.GetResourceString( "XMLSyntax_UnexpectedEndOfFile" )); 397throw new XmlSyntaxException( LineNo );
2 references to XmlSyntaxException
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
207catch (XmlSyntaxException x)
Core\CSharp\System\Windows\Clipboard.cs (1)
735catch(XmlSyntaxException)