4#include <system/exceptions.h>
5#include <system/object.h>
6#include <system/shared_ptr.h>
7#include <system/string.h>
9namespace System {
namespace Net {
11class Details_CookieException;
Template that represents wrapper of exceptions that are derived from Exception class.
Definition: exception.h:113
Represents an exception thrown when the size of CookieContainer is greater than the MaxCookieSize pro...
Definition: cookie_exception.h:18
virtual ~Details_CookieException()
Destructs the current instance.
Details_CookieException()
Constructs a new instance.
Details_CookieException(String message, Exception inner)
Constructs a new instance.
Details_CookieException(String message)
Constructs a new instance.
Details_CookieException(std::nullptr_t)
Constructs a new instance.
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9