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

Members

Static functions

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

Throws an Exception or error matching the ExceptionInfo.

Meta