public IReadOnlyList<TopologyError> GetErrors( ErrorDescription description )
Public Function GetErrors( _ ByVal description As ErrorDescription _ ) As IReadOnlyList(Of TopologyError)
Parameters
- description
- The ErrorDescription which describes the details of how topology errors should be retrieved.
Return Value
A list of TopologyError. If no error feature exists that matches the specification in description, an empty list is returned.