2 instantiations of JsonException
Microsoft.TestPlatform.CommunicationUtilities (2)
Json\Jsonite\Jsonite.cs (2)
1302
throw new
JsonException
(offset, line, column, message, inner);
1688
throw new
JsonException
(offset, line, column, message, inner);
4 references to JsonException
Microsoft.TestPlatform.CommunicationUtilities (3)
Json\Jsonite\Jsonite.cs (3)
313
/// <exception cref="
JsonException
">if the json text is not valid</exception>
325
/// <exception cref="
JsonException
">if the json text is not valid</exception>
1550
/// Called when an error occured when deserializing. A default implementation should throw a <see cref="
JsonException
"/>.
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\MTP\MtpServerConnection.cs (1)
244
catch (
JsonException
ex)