Thrown when an invalid feature geometry is encountered.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Public Class Exceptions.InvalidFeatureGeometry
    Inherits ApplicationException
C#
public class Exceptions.InvalidFeatureGeometry : ApplicationException
C++
ref class Exceptions.InvalidFeatureGeometry : ApplicationException
J#
public class Exceptions.InvalidFeatureGeometry extends ApplicationException
JScript
public class Exceptions.InvalidFeatureGeometry extends ApplicationException

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         MapWinView.Exceptions.InvalidFeatureGeometry

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also