This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSServiceDescription Interface > IWMSServiceDescription.FireWMSException Method (ArcObjects .NET 10.4 SDK) |
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