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


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

IWMSClientEvents.WMSException Event

Fired when the an URL request is made to WMS server and the server fails with a valid exception.

[Visual Basic .NET]
Public Event WMSException As WMSExceptionEventHandler
[C#]
public event WMSExceptionEventHandler WMSException
[C++]
HRESULT WMSException(
  IWMSServiceDescription* pService,
  BSTR requestType,
  BSTR requestURL,
  IWMSServiceExceptionHandler* pException
);
[C++]
Parameters
pService [in]

pService is a parameter of type IWMSServiceDescription* requestType [in]
requestType is a parameter of type BSTR requestURL [in]
requestURL is a parameter of type BSTR pException [in]
pException is a parameter of type IWMSServiceExceptionHandler*

Product Availability

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

Remarks

 A WMSRequest occurs whenever a layer based on a WMSConnection makes a GetMap or GetFeatureInfo request to the WMS server.

See Also

IWMSClientEvents Interface