CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
Represents an exception thrown when the size of CookieContainer is greater than the MaxCookieSize property value. Never create instances of this class manually. Use the CookieException class instead. Never wrap the CookieException class instances into System::SmartPtr. More...
#include <cookie_exception.h>
Inherits Details_FormatException.
Public Member Functions | |
virtual | ~Details_CookieException () |
Destructs the current instance. More... | |
Details_CookieException () | |
Constructs a new instance. More... | |
Details_CookieException (std::nullptr_t) | |
Constructs a new instance. More... | |
Details_CookieException (String message) | |
Constructs a new instance. More... | |
Details_CookieException (String message, Exception inner) | |
Constructs a new instance. More... | |
Represents an exception thrown when the size of CookieContainer is greater than the MaxCookieSize property value. Never create instances of this class manually. Use the CookieException class instead. Never wrap the CookieException class instances into System::SmartPtr.
|
virtual |
Destructs the current instance.
System::Net::Details_CookieException::Details_CookieException | ( | ) |
Constructs a new instance.
System::Net::Details_CookieException::Details_CookieException | ( | std::nullptr_t | ) |
Constructs a new instance.
System::Net::Details_CookieException::Details_CookieException | ( | String | message | ) |
Constructs a new instance.
message | An error description. |