Fix for Issue #579
This commit is contained in:
parent
025c8cb4d8
commit
e9a31773a9
|
|
@ -52,8 +52,8 @@ namespace Microsoft.AspNet.Mvc
|
||||||
if (descriptor.MethodInfo == null)
|
if (descriptor.MethodInfo == null)
|
||||||
{
|
{
|
||||||
throw new ArgumentException(
|
throw new ArgumentException(
|
||||||
Resources.FormatPropertyOfTypeCannotBeNull(typeof(ReflectedActionDescriptor),
|
Resources.FormatPropertyOfTypeCannotBeNull("MethodInfo",
|
||||||
"MethodInfo"),
|
typeof(ReflectedActionDescriptor)),
|
||||||
"descriptor");
|
"descriptor");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue