This document is archived and information here might be outdated.  Recommended version.


IWMSServiceExceptionHandler Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSServiceExceptionHandler Interface
ArcGIS Developer Help

IWMSServiceExceptionHandler Interface

Provides access to members that provide WMS error descriptions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property ExceptionCode WMS service exception code at the given index.
Read-only property ExceptionCount Number of exceptions.
Read-only property ExceptionDescription WMS service exception description at the given index.
Method ParseExceptions Parses the response to the give URL for any WMS error codes and descriptions.

Classes that implement IWMSServiceExceptionHandler

Classes Description
WMSServiceExceptionHandler WMS Service Exception Handler.