Thrown when an invalid layer handle is passed to a function.


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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         MapWinView.Exceptions.InvalidLayerHandle

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