16 instantiations of CookieException
System.Net.Primitives (16)
System\Net\Cookie.cs (11)
235
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, "Name", value ?? "<null>"));
357
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, "Name", m_name ?? "<null>"));
368
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, "Value", m_value ?? "<null>"));
379
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.CommentAttributeName, Comment));
390
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.PathAttributeName, Path));
419
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.DomainAttributeName, domain ?? "<null>"));
490
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.DomainAttributeName, m_domain));
556
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.PortAttributeName, m_port));
593
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.PortAttributeName, value));
602
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.PortAttributeName, value));
608
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.PortAttributeName, value));
System\Net\CookieContainer.cs (5)
251
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, "Domain", cookie.Domain));
270
throw new
CookieException
(SR.Format(SR.net_cookie_size, cookie, m_maxCookieSize));
345
throw new
CookieException
(SR.net_container_add_cookie, e);
722
throw new
CookieException
(SR.net_cookie_format);
747
throw new
CookieException
(SR.Format(SR.net_cookie_parse_header, uri.AbsoluteUri), e);
8 references to CookieException
netstandard (1)
netstandard.cs (1)
1076
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
CookieException
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
603
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
CookieException
))]
System.Net (1)
System.Net.cs (1)
7
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
CookieException
))]
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\CookieHelper.cs (1)
28
catch (
CookieException
)
System.Net.HttpListener (1)
src\libraries\Common\src\System\Net\CookieParser.cs (1)
814
catch (
CookieException
)
System.Net.Primitives (3)
src\libraries\Common\src\System\Net\CookieParser.cs (1)
814
catch (
CookieException
)
System\Net\CookieException.cs (2)
18
/// Initializes a new instance of the <see cref='
CookieException
'/> class with the specified error message.
26
/// Initializes a new instance of the <see cref='
CookieException
'/> class with the specified error message