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