ArcObjects Library Reference (GISClient)  

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