Thrown when an invalid layer object is added to the map.


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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         MapWinView.Exceptions.InvalidLayerObject

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