System::Net::Details_CookieException Class Reference

Inherits System::Details_FormatException.

Public Member Functions

virtual ASPOSECPP_SHARED_API ~Details_CookieException ()
 Destructs the current instance. More...
 
ASPOSECPP_SHARED_API Details_CookieException ()
 Constructs a new instance. More...
 
ASPOSECPP_SHARED_API Details_CookieException (std::nullptr_t)
 
ASPOSECPP_SHARED_API Details_CookieException (String message)
 
ASPOSECPP_SHARED_API Details_CookieException (String message, Exception inner)
 

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 ASPOSECPP_SHARED_API System::Net::Details_CookieException::~Details_CookieException ( )
virtual

Destructs the current instance.

◆ Details_CookieException() [1/4]

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

Constructs a new instance.

◆ Details_CookieException() [2/4]

ASPOSECPP_SHARED_API 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]

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

Constructs a new instance.

Parameters
messageAn error description.

◆ Details_CookieException() [4/4]

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