4#include <system/exceptions.h>
5#include <system/string.h>
7namespace System {
namespace Net {
namespace Http {
9class Details_HttpRequestException;
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