Class ArcGISWebException
ArcGISWebException thrown by ArcGISHttpMessageHandler when an ArcGIS Server returns an error.
Implements
Namespace: Esri.ArcGISRuntime.Http
Assembly: Esri.ArcGISRuntime.dll
Syntax
[Obsolete("ArcGISHttpMessageHandler no longer throws generic ArcGISWebExceptions for failed requests. Errors returned by ArcGIS Server are now reported as ArcGISServerException, and authentication issues as specific ArcGISRuntimeExceptions (such as TokenRequiredException).")]
public sealed class ArcGISWebException : Exception, ISerializable
Properties
| Name | Description |
|---|---|
| Code | Gets the error code. |
| Details | Gets the error details. |
| Response | Gets the response that the remote host returned. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 300.0 |
| .NET Windows | 100.13 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |
Relevant samples
Find service area: Find the service area within a network from a given point.
Trace utility network: Discover connected features in a utility network using connected, subnetwork, upstream, and downstream traces.