ImageMagick.NativeHelper.CheckException C# (CSharp) Method

CheckException() protected method

protected CheckException ( IntPtr exception ) : void
exception System.IntPtr
return void
    protected void CheckException(IntPtr exception)
    {
      MagickException magickException = MagickExceptionHelper.Check(exception);
      RaiseWarning(magickException);
    }