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