16 instantiations of CookieException
System.Net.Primitives (16)
System\Net\Cookie.cs (11)
235throw new CookieException(SR.Format(SR.net_cookie_attribute, "Name", value ?? "<null>")); 357throw new CookieException(SR.Format(SR.net_cookie_attribute, "Name", m_name ?? "<null>")); 368throw new CookieException(SR.Format(SR.net_cookie_attribute, "Value", m_value ?? "<null>")); 379throw new CookieException(SR.Format(SR.net_cookie_attribute, CookieFields.CommentAttributeName, Comment)); 390throw new CookieException(SR.Format(SR.net_cookie_attribute, CookieFields.PathAttributeName, Path)); 419throw new CookieException(SR.Format(SR.net_cookie_attribute, CookieFields.DomainAttributeName, domain ?? "<null>")); 490throw new CookieException(SR.Format(SR.net_cookie_attribute, CookieFields.DomainAttributeName, m_domain)); 556throw new CookieException(SR.Format(SR.net_cookie_attribute, CookieFields.PortAttributeName, m_port)); 593throw new CookieException(SR.Format(SR.net_cookie_attribute, CookieFields.PortAttributeName, value)); 602throw new CookieException(SR.Format(SR.net_cookie_attribute, CookieFields.PortAttributeName, value)); 608throw new CookieException(SR.Format(SR.net_cookie_attribute, CookieFields.PortAttributeName, value));
System\Net\CookieContainer.cs (5)
251throw new CookieException(SR.Format(SR.net_cookie_attribute, "Domain", cookie.Domain)); 270throw new CookieException(SR.Format(SR.net_cookie_size, cookie, m_maxCookieSize)); 345throw new CookieException(SR.net_container_add_cookie, e); 722throw new CookieException(SR.net_cookie_format); 747throw 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)
28catch (CookieException)
System.Net.HttpListener (1)
src\libraries\Common\src\System\Net\CookieParser.cs (1)
814catch (CookieException)
System.Net.Primitives (3)
src\libraries\Common\src\System\Net\CookieParser.cs (1)
814catch (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