DMagickException

A base class for all exceptions thrown bij DMagick. The following Exceptions are derived from this class:

ResourceLimitException, TypeException, OptionException, DelegateException, MissingDelegateException, CorruptImageException, FileOpenException, BlobException, StreamException, CacheException, CoderException, FilterException, ModuleException, DrawException, ImageException, WandException, RandomException, XServerException, MonitorException, RegistryException, ConfigureException, PolicyException

Constructors

this
this(string reason, string description, string file, size_t line)
Undocumented in source.

Members

Static functions

throwException
void throwException(ExceptionInfo* exception, string file, size_t line)

Throws an Exception or error matching the ExceptionInfo.

Meta