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


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

IWMSServiceDescription.FireWMSException Method

Notifies listeners about a valid exception from the WMS Service.

[Visual Basic .NET]
Public Sub FireWMSException ( _
    ByVal requestType As String, _
    ByVal requestURL As String, _
    ByVal pException As IWMSServiceExceptionHandler _
)
[C#]
public void FireWMSException (
    string requestType,
    string requestURL,
    IWMSServiceExceptionHandler pException
);
[C++]
HRESULT FireWMSException(
  BSTR requestType,
  BSTR requestURL,
  IWMSServiceExceptionHandler* pException
);
[C++]
Parameters
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.

See Also

IWMSServiceDescription Interface