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