diff --git a/coders/info.c b/coders/info.c
index f750cea..925e657 100644
--- a/coders/info.c
+++ b/coders/info.c
@@ -197,7 +197,7 @@
         char
           *text;
 
-        text=InterpretImageProperties(image_info,image,format);
+        text=InterpretImageProperties(image_info,image,format,exception);
         if (text != (char *) NULL)
           {
             (void) WriteBlobString(image,text);