16 references to Errors
System.Web.Services (16)
System\Web\Services\Discovery\ContractReference.cs (1)
116ClientProtocol.Errors[Url] = e;
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (11)
112Errors.Clear(); 128Errors.Clear(); 143Errors[type.FullName] = e; 173bool same = specialErrorMessages.Count == Errors.Count && Errors.Count > 0; 183foreach (DictionaryEntry entry in Errors) { 384Errors.Clear(); 402Errors[discoRef.Url] = e; 415Errors[discoRef.Url] = e; 431Errors.Clear(); 443Errors[refs[i].Url] = e;
System\Web\Services\Discovery\SchemaReference.cs (4)
97ClientProtocol.Errors[Url] = e; 195ClientProtocol.Errors[Url] = new InvalidContentTypeException(Res.GetString(Res.WebInvalidContentType, contentType), contentType); 198if (ClientProtocol.Errors[Url] != null) 199throw (Exception)ClientProtocol.Errors[Url];