3 references to RaiseException
Microsoft.TestPlatform.CommunicationUtilities (3)
Json\Jsonite\Jsonite.cs (3)
437
RaiseException
("The maximum allowed depth [{settings.MaxDepth}] level has been reached. The object graph is too deep");
831
RaiseException
($"Unable to parse number [{builder}] to a valid C# number ");
906
RaiseException
((isEof ? "Unexpected EOF " : $"Unexpected character '{EscapeChar(c)}' ") + message);