Thrown when a layer handle is already set on a layer, but it was set again.


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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         MapWinView.Exceptions.LayerHandleAlreadySet

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