DotNetDupe
4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Toggle main menu visibility
Loading...
Searching...
No Matches
HttpRequestException.h
Go to the documentation of this file.
1
3
4
#pragma once
5
#include "
System/Exception.h
"
6
7
namespace
DotNetDupe
{
8
namespace
System
{
9
namespace
Net
{
10
namespace
Http
{
15
class
HttpRequestException
:
public
Exception
{
16
public
:
19
HttpRequestException
(
const
String
& sMessage) :
Exception
(sMessage) { }
20
};
21
}
22
}
23
}
24
}
Exception.h
Represents errors that occur during application execution and serves as the ultimate base exception.
DotNetDupe::System::Exception::Exception
Exception()
Initializes a new instance of the Exception class with a default system-supplied message.
Definition
Exception.cpp:15
DotNetDupe::System::Net::Http::HttpRequestException::HttpRequestException
HttpRequestException(const String &sMessage)
Initializes a new instance of the HttpRequestException class with a specified error message.
Definition
HttpRequestException.h:19
DotNetDupe::System::String
Represents text as a sequence of UTF-8 code units with culture-invariant operations.
Definition
String.h:74
DotNetDupe::System::Net::Http
Definition
FileDownloader.h:22
DotNetDupe::System::Net
Definition
Dns.h:13
DotNetDupe::System
Definition
Action.h:11
DotNetDupe
Definition
IServiceCollection.h:7
Include
System
Net
Http
HttpRequestException.h
Generated by
1.18.0