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