CoercionOperatorNotDefined() static private method

A string like "No coercion operator is defined between types '{0}' and '{1}'."
static private CoercionOperatorNotDefined ( object p0, object p1 ) : string
p0 object
p1 object
return string
 internal static Exception CoercionOperatorNotDefined(object p0, object p1)
 {
     return(new InvalidOperationException(Strings.CoercionOperatorNotDefined(p0, p1)));
 }