53 references to UriFormatException
PresentationCore (1)
Core\CSharp\System\Windows\Media\FontFamily.cs (1)
586catch (UriFormatException)
SMSvcHost (1)
System\ServiceModel\Activation\ListenerAdapter.cs (1)
495catch (UriFormatException exception)
System (32)
net\System\_UriSyntax.cs (2)
394internal void InternalValidate(Uri thisUri, out UriFormatException parsingError) 400internal string InternalResolve(Uri thisBaseUri, Uri uriLink, out UriFormatException parsingError)
net\System\Net\_SpnDictionary.cs (1)
200catch(UriFormatException e) {
net\System\Net\_WebProxyDataBuilder.cs (1)
98catch (UriFormatException e) {
net\System\Net\HttpWebRequest.cs (1)
5749catch (UriFormatException exception) {
net\System\Net\HttpWebResponse.cs (1)
534} catch (UriFormatException e) {
net\System\Net\webclient.cs (1)
166catch (UriFormatException e) {
net\System\URI.cs (11)
467UriFormatException e; 515UriFormatException e; 608private static UriFormatException GetException(ParsingError err) 2014internal UriFormatException ParseMinimal() 2881catch (UriFormatException) { } 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 (10)
46UriFormatException e; 53private void InitializeUri(ParsingError err, UriKind uriKind, out UriFormatException e) 154catch (UriFormatException ex) 210catch (UriFormatException ex) 341UriFormatException e = null; 372UriFormatException e; 690internal static Uri CreateHelper(string uriString, bool dontEscape, UriKind uriKind, ref UriFormatException e) 728catch (UriFormatException ee) 743out UriFormatException e) 958UriFormatException e;
net\System\UriScheme.cs (2)
81protected virtual void InitializeAndValidate(Uri uri, out UriFormatException parsingError) 94protected virtual string Resolve(Uri baseUri, Uri relativeUri, out UriFormatException parsingError)
sys\system\Media\SoundPlayer.cs (2)
392} catch (UriFormatException) { 400} catch (UriFormatException) {
System.Data.Services (2)
parent\Client\System\Data\Services\Client\XmlUtil.cs (1)
59catch (UriFormatException)
System\Data\Services\RequestUriProcessor.cs (1)
363catch (UriFormatException)
System.Data.Services.Client (1)
System\Data\Services\Client\XmlUtil.cs (1)
59catch (UriFormatException)
System.Drawing (1)
commonui\System\Drawing\Icon.cs (1)
245catch (UriFormatException)
System.ServiceModel (2)
System\ServiceModel\Channels\FramingDecoders.cs (1)
228catch (UriFormatException exception)
System\ServiceModel\Transactions\WsatConfiguration.cs (1)
97catch (UriFormatException e)
System.Web (2)
HttpRequest.cs (2)
1897} catch (UriFormatException) { /* Do nothing, leave _url null. Backup plan will kick in below. */ } 1948catch (UriFormatException) { /* Do nothing, leave _url null. Backup plan will kick in below. */ }
System.Web.DataVisualization (3)
Common\General\Chart.cs (2)
3576catch (UriFormatException) 3597catch (UriFormatException)
Common\Utilities\ImageLoader.cs (1)
289 catch(UriFormatException)
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Help.cs (2)
336catch (UriFormatException) { 373catch (UriFormatException) {
winforms\Managed\System\WinForms\PictureBox.cs (1)
189catch (UriFormatException)
winforms\Managed\System\WinForms\WebBrowser.cs (1)
628catch (UriFormatException)
winforms\Managed\System\WinForms\WebBrowserUriTypeConverter.cs (1)
24catch (UriFormatException)
System.Windows.Forms.DataVisualization (3)
Common\General\Chart.cs (2)
3576catch (UriFormatException) 3597catch (UriFormatException)
Common\Utilities\ImageLoader.cs (1)
289 catch(UriFormatException)