15 instantiations of CookieException
System.Net.Primitives (15)
System\Net\Cookie.cs (10)
234
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, "Name", value ?? "<null>"));
383
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, "Name", m_name ?? "<null>"));
390
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, "Value", m_value ?? "<null>"));
397
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.CommentAttributeName, Comment));
404
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.PathAttributeName, Path));
420
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.DomainAttributeName, m_domain));
482
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.PortAttributeName, m_port));
516
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.PortAttributeName, value));
525
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.PortAttributeName, value));
531
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, CookieFields.PortAttributeName, value));
System\Net\CookieContainer.cs (5)
220
throw new
CookieException
(SR.Format(SR.net_cookie_attribute, "Domain", cookie.Domain));
237
throw new
CookieException
(SR.Format(SR.net_cookie_size, cookie, m_maxCookieSize));
308
throw new
CookieException
(SR.net_container_add_cookie, e);
610
throw new
CookieException
(SR.net_cookie_format);
627
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