OverloadOperatorTypeDoesNotMatchConversionType() static private method

A string like "The return type of overload method for operator '{0}' does not match the parameter type of conversion method '{1}'."
static private OverloadOperatorTypeDoesNotMatchConversionType ( object p0, object p1 ) : string
p0 object
p1 object
return string
 internal static Exception OverloadOperatorTypeDoesNotMatchConversionType(object p0, object p1)
 {
     return(new InvalidOperationException(Strings.OverloadOperatorTypeDoesNotMatchConversionType(p0, p1)));
 }