xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
threading
thread_exception_event_args.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
../forms_export.hpp
"
6
#include <xtd/exception>
7
#include <xtd/event_args>
8
10
namespace
xtd
{
12
namespace
threading
{
24
class
forms_export_
thread_exception_event_args
:
public
event_args
{
25
public
:
27
31
thread_exception_event_args
(
const
std::exception&
exception
);
33
35
39
const
std::exception&
exception
() const noexcept;
41
42
private:
43
const std::
exception
* exception_ =
nullptr
;
44
};
45
}
46
}
xtd::event_args::event_args
event_args()=default
Initializes a new instance of the event_args class.
xtd::threading::thread_exception_event_args::exception
const std::exception & exception() const noexcept
Gets the std::exception that occurred.
xtd::threading::thread_exception_event_args::thread_exception_event_args
thread_exception_event_args(const std::exception &exception)
Initializes a new instance of the xtd::forms::thread_exception_event_args class.
forms_export.hpp
Contains forms_export_ keyword.
forms_export_
#define forms_export_
Define shared library export.
Definition
forms_export.hpp:13
xtd::threading
The xtd::threading namespace provides classes and interfaces that enable multithreaded programming....
Definition
abandoned_mutex_exception.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.