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