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


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

IWCSServiceExceptionHandler Interface

Provides access to members that provide WCS error descriptions.

Product Availability

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

Description

This interface is new at ArcGIS 9.3.

Members

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

Classes that implement IWCSServiceExceptionHandler

Classes Description
WCSServiceExceptionHandler WCS Service Exception Handler.