Thrown when an invalid file is opened by the RenderableSimpleImage class.


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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         MapWinView.Exceptions.InvalidSimpleImage

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