dmagick.c.exception

Undocumented in source.

Members

Aliases

ErrorHandler
alias ErrorHandler = void function(const ExceptionType, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FatalErrorHandler
alias FatalErrorHandler = void function(const ExceptionType, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WarningHandler
alias WarningHandler = void function(const ExceptionType, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

ExceptionType
enum ExceptionType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

AcquireExceptionInfo
ExceptionInfo* AcquireExceptionInfo()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CatchException
void CatchException(ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ClearMagickException
void ClearMagickException(ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CloneExceptionInfo
ExceptionInfo* CloneExceptionInfo(ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DestroyExceptionInfo
ExceptionInfo* DestroyExceptionInfo(ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetExceptionInfo
void GetExceptionInfo(ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetExceptionMessage
char* GetExceptionMessage(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetLocaleExceptionMessage
const(char*) GetLocaleExceptionMessage(ExceptionType , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
InheritException
void InheritException(ExceptionInfo* , const(ExceptionInfo)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MagickError
void MagickError(ExceptionType , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MagickFatalError
void MagickFatalError(ExceptionType , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MagickWarning
void MagickWarning(ExceptionType , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetErrorHandler
ErrorHandler SetErrorHandler(ErrorHandler )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetFatalErrorHandler
FatalErrorHandler SetFatalErrorHandler(FatalErrorHandler )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetWarningHandler
WarningHandler SetWarningHandler(WarningHandler )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ThrowException
MagickBooleanType ThrowException(ExceptionInfo* , ExceptionType , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ThrowMagickException
MagickBooleanType ThrowMagickException(ExceptionInfo* , const(char)* , const(char)* , size_t , ExceptionType , const(char)* , const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ThrowMagickExceptionList
MagickBooleanType ThrowMagickExceptionList(ExceptionInfo* , const(char)* , const(char)* , size_t , ExceptionType , const(char)* , const(char)* , va_list )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ExceptionInfo
struct ExceptionInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta