Change-Id: I4c8360bb753bd9bd3d0ddd97a76a872936dd0c41
Signed-off-by: pr.jung <pr.jung@samsung.com>
/// <returns>The current status of the given key</returns>
internal static object GetStatus(RuntimeInformationKey key)
{
+ Type value;
+ if (!s_keyDataTypeMapping.TryGetValue(key, out value))
+ {
+ RuntimeInfoErrorFactory.ThrowException((int)RuntimeInfoError.InvalidParameter);
+ }
if (s_keyDataTypeMapping[key] == typeof(int))
{
int status;
Name: csapi-system
Summary: Tizen System API for C#
-Version: 1.0.2
+Version: 1.0.3
Release: 1
Group: Development/Libraries
License: Apache-2.0