Fix for Issue #579

This commit is contained in:
harshgMSFT 2014-05-29 11:13:02 -07:00
parent 025c8cb4d8
commit e9a31773a9
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ namespace Microsoft.AspNet.Mvc
if (descriptor.MethodInfo == null)
{
throw new ArgumentException(
Resources.FormatPropertyOfTypeCannotBeNull(typeof(ReflectedActionDescriptor),
"MethodInfo"),
Resources.FormatPropertyOfTypeCannotBeNull("MethodInfo",
typeof(ReflectedActionDescriptor)),
"descriptor");
}
}