Searched refs:CannotCastJsonValue (Results 1 – 6 of 6) sorted by relevance
75 internal static string CannotCastJsonValue { property in System.Json.Properties.Resources
70 …string exceptionMessage = RS.Format(Properties.Resources.CannotCastJsonValue, LimitType.FullName, … in BindConvert()
261 …throw new InvalidCastException(RS.Format(Properties.Resources.CannotCastJsonValue, value.GetType()… in CastValue()