CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
http_request_exception.h
1
2#pragma once
3
4#include <system/exceptions.h>
5#include <system/string.h>
6
7namespace System { namespace Net { namespace Http {
8
9class Details_HttpRequestException;
11
16{
19
20public:
21 using BaseType = Base;
22
35};
36
37}}} // namespace System::Net::Http
Represents an exception. Never create instances of this class manually. Use the Exception class inste...
Definition: exception.h:277
Template that represents wrapper of exceptions that are derived from Exception class.
Definition: exception.h:113
The base exception class is thrown by the HttpClient and HttpMessageHandler classes....
Definition: http_request_exception.h:16
Details_HttpRequestException(String message)
Constructs a new instance.
Details_HttpRequestException()
Constructs a new instance.
Details_HttpRequestException(String message, Exception inner)
Constructs a new instance.
Details_HttpRequestException(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