DuplicateCategoryNameCultureException Class

Thrown when an attempt is made to add a Find Nearby category name that already exists; There can be only one FindNearbyCategoryName (Find Nearby category name) object per culture for a Find Nearby category.

Microsoft.MapPoint.LocationServer.Management

Public Class DuplicateCategoryNameCultureException Inherits Microsoft.MapPoint.MapPointArgumentException
    Member of Microsoft.MapPoint.LocationServer.Management
[C#]
public class DuplicateCategoryNameCultureException : Microsoft.MapPoint.MapPointArgumentException
    Member of Microsoft.MapPoint.LocationServer.Management

Remarks

This exception is thrown by the AddNearbyCategory method and the UpdateNearbyCategory method.

See Also

AddNearbyCategory Method  |  UpdateNearbyCategory Method