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)
|
||||
{
|
||||
throw new ArgumentException(
|
||||
Resources.FormatPropertyOfTypeCannotBeNull(typeof(ReflectedActionDescriptor),
|
||||
"MethodInfo"),
|
||||
Resources.FormatPropertyOfTypeCannotBeNull("MethodInfo",
|
||||
typeof(ReflectedActionDescriptor)),
|
||||
"descriptor");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue