Thrown when a null feature geometry is encountered.


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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         MapWinView.Exceptions.NullFeatureGeometry

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