CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
System::Net::Details_CookieException Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~Details_CookieException()

virtual System::Net::Details_CookieException::~Details_CookieException ( )
virtual

Destructs the current instance.

◆ Details_CookieException() [1/4]

System::Net::Details_CookieException::Details_CookieException ( )

Constructs a new instance.

◆ Details_CookieException() [2/4]

System::Net::Details_CookieException::Details_CookieException ( std::nullptr_t  )

Constructs a new instance.

Remarks
Used to support the null pointer value.

◆ Details_CookieException() [3/4]

System::Net::Details_CookieException::Details_CookieException ( String  message)

Constructs a new instance.

Parameters
messageAn error description.

◆ Details_CookieException() [4/4]

System::Net::Details_CookieException::Details_CookieException ( String  message,
Exception  inner 
)

Constructs a new instance.

Parameters
messageAn error description.
innerA reference to the exception object interpreted as a cause for the exception.