7 writes to
System.Web.Services (7)
System\Web\Services\Discovery\ContractReference.cs (1)
116ClientProtocol.Errors[Url] = e;
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (4)
143Errors[type.FullName] = e; 402Errors[discoRef.Url] = e; 415Errors[discoRef.Url] = e; 443Errors[refs[i].Url] = e;
System\Web\Services\Discovery\SchemaReference.cs (2)
97ClientProtocol.Errors[Url] = e; 195ClientProtocol.Errors[Url] = new InvalidContentTypeException(Res.GetString(Res.WebInvalidContentType, contentType), contentType);
2 references to
System.Web.Services (2)
System\Web\Services\Discovery\SchemaReference.cs (2)
198if (ClientProtocol.Errors[Url] != null) 199throw (Exception)ClientProtocol.Errors[Url];