drawGetExceptionType method

ExceptionType drawGetExceptionType()

DrawGetExceptionType() returns the exception type associated with the wand. If no exception has occurred, ExceptionType.undefined is returned.

Implementation

ExceptionType drawGetExceptionType() => ExceptionType.fromValue(
    _magickWandBindings.DrawGetExceptionType(_wandPtr));