Home
last modified time | relevance | path

Searched refs:CannotCastJsonValue (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Json.Microsoft/System.Json/Properties/
H A DResources.Designer.cs75 internal static string CannotCastJsonValue { property in System.Json.Properties.Resources
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Json/Properties/
H A DResources.Designer.cs75 internal static string CannotCastJsonValue { property in System.Json.Properties.Resources
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Json.Microsoft/System.Json/
H A DJsonValueDynamicMetaObject.cs70 …string exceptionMessage = RS.Format(Properties.Resources.CannotCastJsonValue, LimitType.FullName, … in BindConvert()
H A DJsonValue.cs261 …throw new InvalidCastException(RS.Format(Properties.Resources.CannotCastJsonValue, value.GetType()… in CastValue()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Json/
H A DJsonValueDynamicMetaObject.cs70 …string exceptionMessage = RS.Format(Properties.Resources.CannotCastJsonValue, LimitType.FullName, … in BindConvert()
H A DJsonValue.cs261 …throw new InvalidCastException(RS.Format(Properties.Resources.CannotCastJsonValue, value.GetType()… in CastValue()