13 references to GetDebugString
System.Web.Extensions (13)
Script\Serialization\JavaScriptObjectDeserializer.cs (13)
49throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_DepthLimitExceeded)); 87throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidArrayStart)); 105throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidArrayExpectComma)); 109throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidArrayExtraComma)); 112throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidArrayEnd)); 121throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_ExpectedOpenBrace)); 129throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidMemberName)); 138throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidObject)); 165throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidObject)); 170throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidObject)); 322throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_UnterminatedString)); 348throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_BadEscape)); 359throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_StringNotQuoted));