CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
cookie_exception.h
1
2#pragma once
3
4#include <system/exceptions.h>
5#include <system/object.h>
6#include <system/shared_ptr.h>
7#include <system/string.h>
8
9namespace System { namespace Net {
10
11class Details_CookieException;
13
17class ASPOSECPP_SHARED_CLASS Details_CookieException : public System::Details_FormatException
18{
19public:
21 ASPOSECPP_SHARED_API virtual ~Details_CookieException();
22
24 ASPOSECPP_SHARED_API Details_CookieException();
27 ASPOSECPP_SHARED_API Details_CookieException(std::nullptr_t);
30 ASPOSECPP_SHARED_API Details_CookieException(String message);
34 ASPOSECPP_SHARED_API Details_CookieException(String message, Exception inner);
35};
36
37}} // namespace System::Net
FormatException is thrown when the format of the method's argument is not valid. Never create instanc...
Template that represents wrapper of exceptions that are derived from Exception class.
Definition: exception.h:113
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