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


IWCSServiceExceptionHandler.ParseExceptions Method (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 > IWCSServiceExceptionHandler.ParseExceptions Method
ArcGIS Developer Help

IWCSServiceExceptionHandler.ParseExceptions Method

Parses the response to the give URL for any WCS error codes and descriptions.

[Visual Basic .NET]
Public Sub ParseExceptions ( _
    ByVal fileOrURL As String _
)
[C#]
public void ParseExceptions (
    string fileOrURL
);
[C++]
HRESULT ParseExceptions(
  BSTR fileOrURL
);
[C++]
Parameters
fileOrURL 

fileOrURL is a parameter of type BSTR

Product Availability

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

See Also

IWCSServiceExceptionHandler Interface