10 references to Exception
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
815XmlSchemaValidationException ex = arg.Exception as XmlSchemaValidationException;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
1621throw e.Exception;
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
1153XmlSchemaValidationException exception = args.Exception as XmlSchemaValidationException;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SchemaHelper.cs (3)
145if (args.Exception != null && args.Exception.SourceUri != null) 147XmlSchemaException ex = args.Exception;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
62s_warnings.Add(string.Format(ResWebServices.WsdlInstanceValidationDetails, args.Message, args.Exception.LineNumber.ToString(CultureInfo.InvariantCulture), args.Exception.LinePosition.ToString(CultureInfo.InvariantCulture)));
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (2)
179throw new InvalidOperationException(string.Format(ResWebServices.WsdlInstanceValidationDetails, args.Message, args.Exception.LineNumber.ToString(CultureInfo.InvariantCulture), args.Exception.LinePosition.ToString(CultureInfo.InvariantCulture)));