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