5 references to DoNotThrowExceptions
System.ServiceModel (5)
System\ServiceModel\Description\WsdlImporter.cs (5)
116
ContractDescription contract = ImportWsdlPortType(wsdlPortType, WsdlPortTypeImportOptions.ReuseExistingContracts, ErrorBehavior.
DoNotThrowExceptions
);
135
ServiceEndpoint endpoint = ImportWsdlPort(wsdlPort, ErrorBehavior.
DoNotThrowExceptions
);
155
importedBindingContext = ImportWsdlBinding(wsdlBinding, ErrorBehavior.
DoNotThrowExceptions
);
262
ServiceEndpoint endpoint = ImportWsdlPort(wsdlPort, ErrorBehavior.
DoNotThrowExceptions
);
284
ServiceEndpoint endpoint = ImportWsdlPort(wsdlPort, ErrorBehavior.
DoNotThrowExceptions
);