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