9 references to RethrowExceptions
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (9)
172return ImportWsdlPortType(wsdlPortType, WsdlPortTypeImportOptions.ReuseExistingContracts, ErrorBehavior.RethrowExceptions); 183return ImportWsdlBinding(wsdlBinding, ErrorBehavior.RethrowExceptions).Endpoint.Binding; 194return ImportWsdlPort(wsdlPort, ErrorBehavior.RethrowExceptions); 208ImportWsdlPortType(wsdlPortType, WsdlPortTypeImportOptions.ReuseExistingContracts, ErrorBehavior.RethrowExceptions); 256ImportWsdlBinding(wsdlBinding, ErrorBehavior.RethrowExceptions); 348if (errorBehavior == ErrorBehavior.RethrowExceptions) 429if (errorBehavior == ErrorBehavior.RethrowExceptions) 486if (errorBehavior == ErrorBehavior.RethrowExceptions) 581contractDescription = ImportWsdlPortType(wsdlPortType, WsdlPortTypeImportOptions.IgnoreExistingContracts, ErrorBehavior.RethrowExceptions);