ithoxd-qrcode v1.2.2 (2016-07-06T03:15:32Z)
Dub
Repo
ExceptionInfo
dmagick
c
exception
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
ExceptionInfo {
ExceptionType
severity
;
int
error_number
;
char
*
reason
;
char
*
description
;
void
*
exceptions
;
MagickBooleanType
relinquish
;
SemaphoreInfo
*
semaphore
;
size_t
signature
;
}
Members
Variables
description
char
*
description
;
Undocumented in source.
error_number
int
error_number
;
Undocumented in source.
exceptions
void
*
exceptions
;
Undocumented in source.
reason
char
*
reason
;
Undocumented in source.
relinquish
MagickBooleanType
relinquish
;
Undocumented in source.
semaphore
SemaphoreInfo
*
semaphore
;
Undocumented in source.
severity
ExceptionType
severity
;
Undocumented in source.
signature
size_t
signature
;
Undocumented in source.
Meta
Source
See Implementation
dmagick
c
exception
aliases
ErrorHandler
FatalErrorHandler
WarningHandler
enums
ExceptionType
functions
AcquireExceptionInfo
CatchException
ClearMagickException
CloneExceptionInfo
DestroyExceptionInfo
GetExceptionInfo
GetExceptionMessage
GetLocaleExceptionMessage
InheritException
MagickError
MagickFatalError
MagickWarning
SetErrorHandler
SetFatalErrorHandler
SetWarningHandler
ThrowException
ThrowMagickException
ThrowMagickExceptionList
structs
ExceptionInfo