ArcObjects Library Reference (GISClient)  

IWCSClientEvents.WCSException Method

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

[Visual Basic .NET]
Public Sub WCSException ( _
    ByVal pService As IWCSServiceDescription, _
    ByVal requestType As String, _
    ByVal requestURL As String, _
    ByVal pException As IWCSServiceExceptionHandler _
)
[C#]
public void WCSException (
    IWCSServiceDescription pService,
    string requestType,
    string requestURL,
    IWCSServiceExceptionHandler pException
);
[C++]
HRESULT WCSException(
  IWCSServiceDescription* pService,
  BSTR requestType,
  BSTR requestURL,
  IWCSServiceExceptionHandler* pException
);
[C++]

Parameters

pService [in]

  pService is a parameter of type IWCSServiceDescription

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

IWCSClientEvents Interface