5 references to Exception
Microsoft.DotNet.XliffTasks (1)
Model\XlfDocument.cs (1)
303
_document.Validate(schemas, (o, e) => validationErrorHandler(e.
Exception
));
System.Private.Xml (3)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
790
XmlSchemaValidationException? ex = arg.
Exception
as XmlSchemaValidationException;
System\Xml\Schema\XmlSchemaSet.cs (1)
1451
throw e.
Exception
;
System\Xml\XPath\XPathNavigator.cs (1)
1094
XmlSchemaValidationException? exception = args.
Exception
as XmlSchemaValidationException;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
371
throw e.
Exception
;