TypeParameterIsNotDelegate() static private method

A string like "Type parameter is {0}. Expected a delegate."
static private TypeParameterIsNotDelegate ( object p0 ) : string
p0 object
return string
 internal static Exception TypeParameterIsNotDelegate(object p0)
 {
     return(new InvalidOperationException(Strings.TypeParameterIsNotDelegate(p0)));
 }