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