Exception thrown when an error occurs when generating images

Namespace:  ProcessMapping.ImageGeneration
Assembly:  ProcessMapping.ImageGeneration (in ProcessMapping.ImageGeneration.dll) Version: 1.0.0.3 (1.0.0.3)

Syntax

C#
public class MapImageGeneratorException : Exception
Visual Basic (Declaration)
Public Class MapImageGeneratorException _
	Inherits Exception
Visual C++
public ref class MapImageGeneratorException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    ProcessMapping.ImageGeneration..::.MapImageGeneratorException

See Also