ImageMagick.NativeHelper.CheckException C# (CSharp) Méthode

CheckException() protected méthode

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