2 references to JSON_DictionaryTypeNotSupported
System.Web.Extensions (2)
Script\Serialization\JavaScriptSerializer.cs (1)
322
throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.
JSON_DictionaryTypeNotSupported
, o.GetType().FullName));
Script\Serialization\ObjectConverter.cs (1)
190
throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.
JSON_DictionaryTypeNotSupported
, type.FullName));