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


IWMSServiceExceptionHandler.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 > IWMSServiceExceptionHandler Interface > IWMSServiceExceptionHandler.ParseExceptions Method
ArcGIS Developer Help

IWMSServiceExceptionHandler.ParseExceptions Method

Parses the response to the give URL for any WMS 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

IWMSServiceExceptionHandler Interface