16 references to GetException
System (16)
net\System\URI.cs (9)
2023return GetException(result); 2607throw GetException(ParsingError.BadHostName); 2630throw GetException(ParsingError.SizeLimit); 3366UriFormatException e = GetException(ParsingError.BadFormat); 3371UriFormatException e = GetException(ParsingError.SizeLimit); 3488UriFormatException e = GetException(ParsingError.BadFormat); 3493UriFormatException e = GetException(ParsingError.SizeLimit); 3546UriFormatException e = GetException(ParsingError.BadFormat); 3551UriFormatException e = GetException(ParsingError.SizeLimit);
net\System\UriExt.cs (7)
96e = GetException(err); 134e = GetException(err); 139e = GetException(ParsingError.CannotCreateRelative); 201e = GetException(ParsingError.CannotCreateRelative); 247e = GetException(ParsingError.BadFormat); 254e = GetException(err); 822e = GetException(err);