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