magickClearException method

bool magickClearException()

Clears any exceptions associated with this wand.

Implementation

bool magickClearException() =>
    _magickWandBindings.MagickClearException(_wandPtr).toBool();