2 instantiations of JsonException
Microsoft.TestPlatform.CommunicationUtilities (2)
Json\Jsonite\Jsonite.cs (2)
1302throw new JsonException(offset, line, column, message, inner); 1688throw new JsonException(offset, line, column, message, inner);
3 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"/>.