7 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;
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescription.cs (2)
47s_warnings.Add(SR.Format(SR.WsdlInstanceValidationDetails, args.Message, args.Exception.LineNumber.ToString(CultureInfo.InvariantCulture), args.Exception.LinePosition.ToString(CultureInfo.InvariantCulture)));