IWMSServiceExceptionHandler Interface
Provides access to members that provide WMS error descriptions.
Members
Name | Description | |
---|---|---|
![]() |
ExceptionCode | WMS service exception code at the given index. |
![]() |
ExceptionCount | Number of exceptions. |
![]() |
ExceptionDescription | WMS service exception description at the given index. |
![]() |
ParseExceptions | Parses the response to the give URL for any WMS error codes and descriptions. |
IWMSServiceExceptionHandler.ExceptionCode Property
WMS service exception code at the given index.
Public Function get_ExceptionCode ( _
ByVal index As Integer _
) As String
public string get_ExceptionCode (
int index
);
IWMSServiceExceptionHandler.ExceptionCount Property
Number of exceptions.
Public ReadOnly Property ExceptionCount As Integer
public int ExceptionCount {get;}
IWMSServiceExceptionHandler.ExceptionDescription Property
WMS service exception description at the given index.
Public Function get_ExceptionDescription ( _
ByVal index As Integer _
) As String
public string get_ExceptionDescription (
int index
);
IWMSServiceExceptionHandler.ParseExceptions Method
Parses the response to the give URL for any WMS error codes and descriptions.
Public Sub ParseExceptions ( _
ByVal fileOrURL As String _
)
public void ParseExceptions (
string fileOrURL
);
Classes that implement IWMSServiceExceptionHandler
Classes | Description |
---|---|
WMSServiceExceptionHandler | WMS Service Exception Handler. |