DrawGetExceptionType
DrawGetExceptionType -- returns the numerical type of a DrawingWand error
Description
int DrawGetExceptionType( DrawingWand drw_wnd )
Returns the numerical type of errors / exceptions that occur when using other DrawingWand methods in the API. The value returned will be equivalent to one of the ExceptionType constants defined by the MagickWand API. If there was no error present, MW_UndefinedException is returned.
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |