2 references to UriFormatException
Infrastructure.Common (1)
ServiceUtilHelper.cs (1)
522
throw new
UriFormatException
($"UriBuilder didn't like parsing {builder.ToString()}", ufe);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
210
throw new
UriFormatException
($"Failed create URI from '{uriString}'; original string: '{absolutePath}'", e);