diff --git a/coders/label.c b/coders/label.c
index 5c73428..f3bd5eb 100644
--- a/coders/label.c
+++ b/coders/label.c
@@ -123,7 +123,8 @@
   assert(exception->signature == MagickSignature);
   image=AcquireImage(image_info);
   (void) ResetImagePage(image,"0x0+0+0");
-  property=InterpretImageProperties(image_info,image,image_info->filename);
+  property=InterpretImageProperties(image_info,image,image_info->filename,
+    exception);
   (void) SetImageProperty(image,"label",property);
   property=DestroyString(property);
   label=GetImageProperty(image,"label");