11 references to GetException
System.Private.Uri (11)
System\Uri.cs (6)
1962return GetException(result); 2557throw GetException(ParsingError.BadHostName)!; 2582throw GetException(ParsingError.SizeLimit)!; 3376UriFormatException e = GetException(ParsingError.SizeLimit)!; 3512UriFormatException e = GetException(ParsingError.SizeLimit)!; 3569UriFormatException e = GetException(ParsingError.SizeLimit)!;
System\UriExt.cs (5)
87e = GetException(err); 116e = GetException(err); 121e = GetException(ParsingError.CannotCreateRelative); 175e = GetException(ParsingError.CannotCreateRelative); 216e = GetException(err);