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


IWCSServiceExceptionHandler.ParseExceptions Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

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