[MetadataExtractor] add exception description
authorJiyong Min <jiyong.min@samsung.com>
Wed, 8 Mar 2017 04:32:13 +0000 (13:32 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Wed, 8 Mar 2017 04:34:51 +0000 (20:34 -0800)
Change-Id: I1c6f2e330cf12b00f5d6e759af8874c2f50e5e98
Signed-off-by: jiyong.min <jiyong.min@samsung.com>
src/Tizen.Multimedia/MetadataExtractor/MetadataExtractor.cs

index 17b8021..4a278fa 100755 (executable)
@@ -56,6 +56,7 @@ namespace Tizen.Multimedia
         /// </summary>
         /// <param name="path">The path for the file to extract metadata.</param>
         /// <exception cref="ArgumentNullException"><paramref name="path"/> is null.</exception>
+        /// <exception cref="FileNotFoundException"><paramref name="path"/> is not exist.</exception>
         public MetadataExtractor(string path)
         {
             if (path == null)