ImageMagick.NativeHelper.CheckException C# (CSharp) 메소드

CheckException() 보호된 메소드

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