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)
790XmlSchemaValidationException? ex = arg.Exception as XmlSchemaValidationException;
System\Xml\Schema\XmlSchemaSet.cs (1)
1451throw e.Exception;
System\Xml\XPath\XPathNavigator.cs (1)
1094XmlSchemaValidationException? exception = args.Exception as XmlSchemaValidationException;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
371throw e.Exception;