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


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

IWCSServiceDescription.FireWCSException Method

Notifies listeners about a valid exception from the WCS Service.

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

Product Availability

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

See Also

IWCSServiceDescription Interface