xtd 0.2.0
Loading...
Searching...
No Matches
Deprecated List
Member xtd::access_violation_exception::access_violation_exception (const xtd::string &message, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::access_violation_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0.
Member xtd::access_violation_exception::access_violation_exception (const xtd::string &message, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::access_violation_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0.
Member xtd::access_violation_exception::access_violation_exception (const xtd::string &message, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::access_violation_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0.
Member xtd::access_violation_exception::access_violation_exception (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::access_violation_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0.
Member xtd::access_violation_exception::access_violation_exception (const xtd::string &message, const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::access_violation_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0.
Member xtd::access_violation_exception::access_violation_exception (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::access_violation_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0.
Member xtd::access_violation_exception::access_violation_exception (const xtd::string &message, const std::exception &inner_exception, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::access_violation_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0.
Member xtd::access_violation_exception::access_violation_exception (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::access_violation_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0.
Member xtd::basic_string< char_t, traits_t, allocator_t >::class_name (const std::type_info &info)
Replaced by typeof_(info).name() - Will be removed in version 0.4.0.
Member xtd::basic_string< char_t, traits_t, allocator_t >::class_name ()
Replaced by typeof_<object_t>().name() - Will be removed in version 0.4.0.
Member xtd::basic_string< char_t, traits_t, allocator_t >::class_name (const object_t &object)
Replaced by typeof_(object).name() - Will be removed in version 0.4.0.
Member xtd::basic_string< char_t, traits_t, allocator_t >::full_class_name (const std::type_info &info)
Replaced by typeof_(info).full_name() - Will be removed in version 0.4.0.
Member xtd::basic_string< char_t, traits_t, allocator_t >::full_class_name ()
Replaced by typeof_<object_t>().full_name() - Will be removed in version 0.4.0.
Member xtd::basic_string< char_t, traits_t, allocator_t >::full_class_name (const object_t &object)
Replaced by typeof_(object).full_name() - Will be removed in version 0.4.0.
Member xtd::basic_string< char_t, traits_t, allocator_t >::is_empty () const noexcept
Replaced by xtd::basic_string::is_empty(const xtd::basic_string&) - Will be removed in version 0.4.0.
Class xtd::collections::key_not_found_exception
Use xtd::collections::generic::key_not_found_exception - Will be removed in version 0.4.0.
Member xtd::collections::key_not_found_exception::key_not_found_exception (const xtd::string &message, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::collections::key_not_found_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0.
Member xtd::collections::key_not_found_exception::key_not_found_exception (const xtd::string &message, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::collections::key_not_found_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0.
Member xtd::collections::key_not_found_exception::key_not_found_exception (const xtd::string &message, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::collections::key_not_found_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0.
Member xtd::collections::key_not_found_exception::key_not_found_exception (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::collections::key_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0.
Member xtd::collections::key_not_found_exception::key_not_found_exception (const xtd::string &message, const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::collections::key_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0.
Member xtd::collections::key_not_found_exception::key_not_found_exception (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::collections::key_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0.
Member xtd::collections::key_not_found_exception::key_not_found_exception (const xtd::string &message, const std::exception &inner_exception, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::collections::key_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0.
Member xtd::collections::key_not_found_exception::key_not_found_exception (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::collections::key_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0.
Member xtd::collections::specialized::string_map
Replaced by xtd::collections::specialized::string_dictionary - Will be removed in version 0.4.0.
Member xtd::collections::specialized::string_pair
Replaced by xtd::collections::specialized::string_key_value_pair - Will be removed in version 0.4.0.
Member xtd::collections::specialized::string_vector
Replaced by xtd::collections::specialized::string_collection - Will be removed in version 0.4.0.
Member xtd::collections::vector_list
Replaced by xtd::collections::array_list - Will be removed in version 0.4.0.
Member xtd::diagnostics::debug::show_assert_dialog () noexcept
Replaced by xtd::diagnostics::default_trace_listener::assert_ui_enabled - Will be removed in version 0.4.0.
Member xtd::diagnostics::debug::show_assert_dialog (bool show_assert_dialog) noexcept
Replaced by xtd::diagnostics::default_trace_listener::assert_ui_enabled - Will be removed in version 0.4.0.
Member xtd::diagnostics::trace::show_assert_dialog () noexcept
Replaced by xtd::diagnostics::default_trace_listener::assert_ui_enabled - Will be removed in version 0.4.0.
Member xtd::diagnostics::trace::show_assert_dialog (bool show_assert_dialog) noexcept
Replaced by xtd::diagnostics::default_trace_listener::assert_ui_enabled - Will be removed in version 0.4.0.
Member xtd::drawing::color::average (const color &color1, const color &color2, double weight) noexcept
Replaced by xtd::drawing::color_converter::average - Will be removed in version 0.4.0.
Member xtd::drawing::color::average (const color &color1, const color &color2, double weight, bool average_alpha) noexcept
Replaced by xtd::drawing::color_converter::average - Will be removed in version 0.4.0.
Member xtd::drawing::color::dark (const color &color) noexcept
Replaced by xtd::drawing::color_converter::dark - Will be removed in version 0.4.0.
Member xtd::drawing::color::light (const color &color) noexcept
Replaced by xtd::drawing::color_converter::light - Will be removed in version 0.4.0.
Member xtd::drawing::color::light (const color &color, double percent) noexcept
Replaced by xtd::drawing::color_converter::light - Will be removed in version 0.4.0.
Namespace xtd::drawing::drawing2d

Replaced by xtd::drawing::drawing_2d - Will be removed in version 0.4.0.

Replaced by xtd::drawing::drawing_2d - Will be removed in version 0.4.0.

Replaced by xtd::drawing::drawing_2d - Will be removed in version 0.4.0.

Replaced by xtd::drawing::drawing_2d - Will be removed in version 0.4.0.

Replaced by xtd::drawing::drawing_2d - Will be removed in version 0.4.0.

Replaced by xtd::drawing::drawing_2d - Will be removed in version 0.4.0.

Member xtd::drawing::drawing2d::hatch_brush
Replaced by xtd::drawing::drawing_2d::hatch_brush - Will be removed in version 0.4.0.
Member xtd::drawing::drawing2d::hatch_style
Replaced by xtd::drawing::drawing_2d::hatch_style - Will be removed in version 0.4.0.
Member xtd::drawing::drawing2d::linear_gradient_brush
Replaced by xtd::drawing::drawing_2d::linear_gradient_brush - Will be removed in version 0.4.0.
Member xtd::drawing::drawing2d::linear_gradient_mode
Replaced by xtd::drawing::drawing_2d::linear_gradient_mode - Will be removed in version 0.4.0.
Member xtd::drawing::drawing2d::pen_alignment
Replaced by xtd::drawing::drawing_2d::pen_alignment - Will be removed in version 0.4.0.
Member xtd::drawing::drawing2d::pen_type
Replaced by xtd::drawing::drawing_2d::pen_type - Will be removed in version 0.4.0.
Member xtd::forms::application::dark_mode_enabled () noexcept
Replaced by xtd::application::dark_mode - Will be removed in version 0.4.0.
Member xtd::forms::application::enable_button_images ()
Replaced by xtd::application::button_images - Will be removed in version 0.4.0.
Member xtd::forms::application::enable_dark_mode ()
Replaced by xtd::application::dark_mode - Will be removed in version 0.4.0.
Member xtd::forms::application::enable_light_mode ()
Replaced by xtd::application::light_mode - Will be removed in version 0.4.0.
Member xtd::forms::application::enable_menu_images ()
Replaced by xtd::application::menu_images - Will be removed in version 0.4.0.
Member xtd::forms::application::light_mode_enabled () noexcept
Replaced by xtd::application::light_mode - Will be removed in version 0.4.0.
Member xtd::forms::application::use_visual_styles () noexcept
Replaced by xtd::application::visual_styles - Will be removed in version 0.4.0.
Member xtd::forms::assert_dialog::stack_frame () const noexcept
Will be removed in version 0.4.0.
Member xtd::forms::assert_dialog::stack_frame (const xtd::diagnostics::stack_frame &value)
Use "Use xtd::forms::assert_dialog::show_dialog ([owner,] stack_frame) or xtd::forms::assert_dialog::show_sheet (owner, stack_frame) - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::forms::command_link_button Member \_internalref classxtd_1_1forms_1_1command__link__button#a70bc860945dcf285a3b643b6fb4c671d "xtd::forms::command_link_button::texts" (const xtd::string &text, const xtd::string &supplementary_text)</dt><dd> \anchor _deprecated000123 Replaced by xtd::forms::command_link_button::set_texts - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::forms Member \_internalref namespacextd_1_1forms#acea812de4a0480cd066e169e785eb9dd "xtd::forms::settings" </dt><dd> \anchor _deprecated000124 Replaced by xtd::configuration::settings - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::forms Member \_internalref namespacextd_1_1forms#a6160caa5b5132cdf486e69d58a5f3b24 "xtd::forms::system_texts" </dt><dd> \anchor _deprecated000113 Replaced by xtd::drawing::texts - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::directory_not_found_exception Member \_internalref classxtd_1_1io_1_1directory__not__found__exception#ad93f99ad3fdaac8b0e1d43888ff1c159 "xtd::io::directory_not_found_exception::directory_not_found_exception" (const xtd::string &message, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000035 Use xtd::io::directory_not_found_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::directory_not_found_exception Member \_internalref classxtd_1_1io_1_1directory__not__found__exception#af21f2ace00bf40800d2a4e5b1bc22751 "xtd::io::directory_not_found_exception::directory_not_found_exception" (const xtd::string &message, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000036 Use xtd::io::directory_not_found_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::directory_not_found_exception Member \_internalref classxtd_1_1io_1_1directory__not__found__exception#a248cb366c8e3efa595252479c2f7eeef "xtd::io::directory_not_found_exception::directory_not_found_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000037 Use xtd::io::directory_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::directory_not_found_exception Member \_internalref classxtd_1_1io_1_1directory__not__found__exception#a6e04a67adb43fc598fec6a9751f92ebf "xtd::io::directory_not_found_exception::directory_not_found_exception" (const xtd::string &message, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000034 Use xtd::io::directory_not_found_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::directory_not_found_exception Member \_internalref classxtd_1_1io_1_1directory__not__found__exception#a6acb3b931a14cebbaa8860000fb07035 "xtd::io::directory_not_found_exception::directory_not_found_exception" (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000039 Use xtd::io::directory_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::directory_not_found_exception Member \_internalref classxtd_1_1io_1_1directory__not__found__exception#a7de82738f08ec6a3a909a62555834925 "xtd::io::directory_not_found_exception::directory_not_found_exception" (const xtd::string &message, const std::exception &inner_exception, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000040 Use xtd::io::directory_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::directory_not_found_exception Member \_internalref classxtd_1_1io_1_1directory__not__found__exception#a36c76c1f07fd15dbcc90799ef10fbe91 "xtd::io::directory_not_found_exception::directory_not_found_exception" (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=null)</dt><dd> \anchor _deprecated000041 Use xtd::io::directory_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::directory_not_found_exception Member \_internalref classxtd_1_1io_1_1directory__not__found__exception#a29789fa66c01213919155b84fdfca81b "xtd::io::directory_not_found_exception::directory_not_found_exception" (const xtd::string &message, const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000038 Use xtd::io::directory_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::drive_not_found_exception Member \_internalref classxtd_1_1io_1_1drive__not__found__exception#ab1485f57df847cd88abf6cbf60e8662c "xtd::io::drive_not_found_exception::drive_not_found_exception" (const xtd::string &message, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000042 Use xtd::io::drive_not_found_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::drive_not_found_exception Member \_internalref classxtd_1_1io_1_1drive__not__found__exception#a6667237f8324626fc6d153214189d66c "xtd::io::drive_not_found_exception::drive_not_found_exception" (const xtd::string &message, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000043 Use xtd::io::drive_not_found_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::drive_not_found_exception Member \_internalref classxtd_1_1io_1_1drive__not__found__exception#affc47e56d387ea7921a235719932c2df "xtd::io::drive_not_found_exception::drive_not_found_exception" (const xtd::string &message, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000044 Use xtd::io::drive_not_found_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::drive_not_found_exception Member \_internalref classxtd_1_1io_1_1drive__not__found__exception#af961c91a7f0fdccd6cb9da50c3ccc4ca "xtd::io::drive_not_found_exception::drive_not_found_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000045 Use xtd::io::drive_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::drive_not_found_exception Member \_internalref classxtd_1_1io_1_1drive__not__found__exception#a5eeb8045ae5d53db7137254f956ce446 "xtd::io::drive_not_found_exception::drive_not_found_exception" (const xtd::string &message, const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000046 Use xtd::io::drive_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::drive_not_found_exception Member \_internalref classxtd_1_1io_1_1drive__not__found__exception#ad0351647b71a9034e241c0e96d22e777 "xtd::io::drive_not_found_exception::drive_not_found_exception" (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000047 Use xtd::io::drive_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::drive_not_found_exception Member \_internalref classxtd_1_1io_1_1drive__not__found__exception#a501ff731394a2d77d58390dc74cae448 "xtd::io::drive_not_found_exception::drive_not_found_exception" (const xtd::string &message, const std::exception &inner_exception, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000048 Use xtd::io::drive_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::drive_not_found_exception Member \_internalref classxtd_1_1io_1_1drive__not__found__exception#a2487dbe284f7ece5b21b5ea4a0a2bdfd "xtd::io::drive_not_found_exception::drive_not_found_exception" (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000049 Use xtd::io::drive_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::end_of_stream_exception Member \_internalref classxtd_1_1io_1_1end__of__stream__exception#a75f31c846a75b700fc4f3c836d48362e "xtd::io::end_of_stream_exception::end_of_stream_exception" (const xtd::string &message, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000050 Use xtd::io::end_of_stream_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::end_of_stream_exception Member \_internalref classxtd_1_1io_1_1end__of__stream__exception#a514607973f35a1d8592c8fbf617ddd58 "xtd::io::end_of_stream_exception::end_of_stream_exception" (const xtd::string &message, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000051 Use xtd::io::end_of_stream_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::end_of_stream_exception Member \_internalref classxtd_1_1io_1_1end__of__stream__exception#a903b3bf4a0a821b869c92e8de5b53c25 "xtd::io::end_of_stream_exception::end_of_stream_exception" (const xtd::string &message, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000052 Use xtd::io::end_of_stream_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::end_of_stream_exception Member \_internalref classxtd_1_1io_1_1end__of__stream__exception#a9a08e7adc61a9043c2234f3226c7864b "xtd::io::end_of_stream_exception::end_of_stream_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000053 Use xtd::io::end_of_stream_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::end_of_stream_exception Member \_internalref classxtd_1_1io_1_1end__of__stream__exception#abef312a611a71d03d916284699c0ed3a "xtd::io::end_of_stream_exception::end_of_stream_exception" (const xtd::string &message, const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000054 Use xtd::io::end_of_stream_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::end_of_stream_exception Member \_internalref classxtd_1_1io_1_1end__of__stream__exception#abff4ab030113fd31ee96eabf541833c5 "xtd::io::end_of_stream_exception::end_of_stream_exception" (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000055 Use xtd::io::end_of_stream_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::end_of_stream_exception Member \_internalref classxtd_1_1io_1_1end__of__stream__exception#a3cb1cc160979615c5eee63e09a81ae5e "xtd::io::end_of_stream_exception::end_of_stream_exception" (const xtd::string &message, const std::exception &inner_exception, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000056 Use xtd::io::end_of_stream_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::end_of_stream_exception Member \_internalref classxtd_1_1io_1_1end__of__stream__exception#ac85df6e0cffca3ce785fc6e909c05dd3 "xtd::io::end_of_stream_exception::end_of_stream_exception" (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000057 Use xtd::io::end_of_stream_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::file_not_found_exception Member \_internalref classxtd_1_1io_1_1file__not__found__exception#abc47dcc95f46ff323c3e76a44ce429b1 "xtd::io::file_not_found_exception::file_not_found_exception" (const xtd::string &message, const std::exception &inner_exception, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000063 Use xtd::io::directory_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::file_not_found_exception Member \_internalref classxtd_1_1io_1_1file__not__found__exception#a518c701efaa56e1c9eda04cc3d3c2e23 "xtd::io::file_not_found_exception::file_not_found_exception" (const xtd::string &message, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000058 Use xtd::io::directory_not_found_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::file_not_found_exception Member \_internalref classxtd_1_1io_1_1file__not__found__exception#a1c468012587710da13913026d0d29fb1 "xtd::io::file_not_found_exception::file_not_found_exception" (const xtd::string &message, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000059 Use xtd::io::directory_not_found_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::file_not_found_exception Member \_internalref classxtd_1_1io_1_1file__not__found__exception#aaf2d59d06bd46b0fd8e9769620c27bdf "xtd::io::file_not_found_exception::file_not_found_exception" (const xtd::string &message, const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000061 Use xtd::io::directory_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::file_not_found_exception Member \_internalref classxtd_1_1io_1_1file__not__found__exception#a224aeafb5de09c4c64df0f5965c2ad61 "xtd::io::file_not_found_exception::file_not_found_exception" (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000062 Use xtd::io::directory_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::file_not_found_exception Member \_internalref classxtd_1_1io_1_1file__not__found__exception#a5e2e69ccaae7eb365f00c4689356e772 "xtd::io::file_not_found_exception::file_not_found_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000060 Use xtd::io::directory_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::file_not_found_exception Member \_internalref classxtd_1_1io_1_1file__not__found__exception#a3d8609c8c6130e568df628d706033d07 "xtd::io::file_not_found_exception::file_not_found_exception" (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000064 Use xtd::io::directory_not_found_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::io_exception Member \_internalref classxtd_1_1io_1_1io__exception#a62310d1527618395c6fb777c87186e03 "xtd::io::io_exception::io_exception" (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000072 Use xtd::io::io_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::io_exception Member \_internalref classxtd_1_1io_1_1io__exception#a6b2d62717f8671a04729dcb5fb5f0327 "xtd::io::io_exception::io_exception" (const xtd::string &message, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000065 Use xtd::io::io_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::io_exception Member \_internalref classxtd_1_1io_1_1io__exception#a2e4e9909b3559584a22a40da3843ebc8 "xtd::io::io_exception::io_exception" (const xtd::string &message, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000066 Use xtd::io::io_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::io_exception Member \_internalref classxtd_1_1io_1_1io__exception#a23a5c1943451865c1d43599c0f9d0a33 "xtd::io::io_exception::io_exception" (const xtd::string &message, const std::exception &inner_exception, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000071 Use xtd::io::io_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::io_exception Member \_internalref classxtd_1_1io_1_1io__exception#a8ded8f1c8de0ef92b9c9a0b09279d612 "xtd::io::io_exception::io_exception" (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000070 Use xtd::io::io_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::io_exception Member \_internalref classxtd_1_1io_1_1io__exception#ad8068e1e00437a99112e47693d4c9e75 "xtd::io::io_exception::io_exception" (const xtd::string &message, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000067 Use xtd::io::io_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::io_exception Member \_internalref classxtd_1_1io_1_1io__exception#abb419e99614bad5bb20411fc1babed1f "xtd::io::io_exception::io_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000068 Use xtd::io::io_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::io::io_exception Member \_internalref classxtd_1_1io_1_1io__exception#af215401bff2990a8a2c99a98702a1a30 "xtd::io::io_exception::io_exception" (const xtd::string &message, const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000069 Use xtd::io::io_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::math Member \_internalref classxtd_1_1math#a936200621040b3f0416b800be3cf5eb7 "xtd::math::epsilon" </dt><dd> \anchor _deprecated000073 Replaced by xtd::double_object::epsilon - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::math Member \_internalref classxtd_1_1math#a195ec4975e08b45edec707d0d9a3f79e "xtd::math::infinity" </dt><dd> \anchor _deprecated000074 Replaced by xtd::double_object::positive_infinity - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::math Member \_internalref classxtd_1_1math#a875915699ce5908d3582826282d46327 "xtd::math::is_infinity" (double value) noexcept</dt><dd> \anchor _deprecated000080 Replaced by xtd::double_object::is_infinity - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::math Member \_internalref classxtd_1_1math#afaf7ab91860445cf85c7c8053155a6dc "xtd::math::is_NaN" (double value) noexcept</dt><dd> \anchor _deprecated000083 Replaced by xtd::double_object::is_NaN - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::math Member \_internalref classxtd_1_1math#afdf38e96c285fddd248f59fedd0494bf "xtd::math::is_negative_infinity" (double value) noexcept</dt><dd> \anchor _deprecated000081 Replaced by xtd::double_object::is_negative_infinity - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::math Member \_internalref classxtd_1_1math#aea8912af0d917c89aa27ed1285f780ff "xtd::math::is_positive_infinity" (double value) noexcept</dt><dd> \anchor _deprecated000082 Replaced by xtd::double_object::is_positive_infinity - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::math Member \_internalref classxtd_1_1math#ac9ceb60eff3ec470cbf2ad9d77b06b85 "xtd::math::max_value" </dt><dd> \anchor _deprecated000075 Replaced by xtd::double_object::max_value - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::math Member \_internalref classxtd_1_1math#a0c19cbb98bf991c8db954ebf4fa63ca1 "xtd::math::min_value" </dt><dd> \anchor _deprecated000076 Replaced by xtd::double_object::min_value - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::math Member \_internalref classxtd_1_1math#aa1bbf357477ceaa574dd3415bcd820dd "xtd::math::NaN" </dt><dd> \anchor _deprecated000077 Replaced by xtd::double_object::NaN - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::math Member \_internalref classxtd_1_1math#a50bc7218eb56c5b664319074d4585346 "xtd::math::negative_infinity" </dt><dd> \anchor _deprecated000078 Replaced by xtd::double_object::negative_infinity - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::math Member \_internalref classxtd_1_1math#a286fa28f76555d660a6108f39cb72ec5 "xtd::math::positive_infinity" </dt><dd> \anchor _deprecated000079 Replaced by xtd::double_object::positive_infinity - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd Member \_internalref group__xtd__core#ggaeb666968a02e2d1ea1aab56ec278ffc9aea46e25cd506e68293df509ed3124e51 "xtd::microsoft_visual_studio" </dt><dd> \anchor _deprecated000029 Replaced by xtd::compiler_id::msvc - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::system_exception Member \_internalref classxtd_1_1system__exception#a5376689c235c4f72a8bca7bc7fc89448 "xtd::system_exception::file_path" () const noexcept</dt><dd> \anchor _deprecated000092 Replaced by xtd::exception::get_last_stack_frame().get_file_name - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::system_exception Member \_internalref classxtd_1_1system__exception#a85fd18eec8a315ece83b874c8c857081 "xtd::system_exception::line_number" () const noexcept</dt><dd> \anchor _deprecated000093 Replaced by xtd::exception::get_last_stack_frame().get_file_line_number - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::system_exception Member \_internalref classxtd_1_1system__exception#adc7472e8b2b72bda52fc51bb2f16d078 "xtd::system_exception::member_name" () const noexcept</dt><dd> \anchor _deprecated000094 Replaced by xtd::exception::get_last_stack_frame().get_method - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::system_exception Member \_internalref classxtd_1_1system__exception#ac723940092c2ed0df06207ab401f6b84 "xtd::system_exception::name" () const noexcept</dt><dd> \anchor _deprecated000095 Replaced by xtd::exception::get_type().full_name() - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::system_exception Member \_internalref classxtd_1_1system__exception#ac04422316be9a929a68fd09475af9d89 "xtd::system_exception::system_exception" (const xtd::string &message, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000085 Use xtd::system_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::system_exception Member \_internalref classxtd_1_1system__exception#a4778913e2d79094b72de8dc676cfb90c "xtd::system_exception::system_exception" (const xtd::string &message, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000084 Use xtd::system_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::system_exception Member \_internalref classxtd_1_1system__exception#a352440b1121498458c9ddab7b47bee1c "xtd::system_exception::system_exception" (const xtd::string &message, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000086 Use xtd::system_exception (const xtd::string& message, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::system_exception Member \_internalref classxtd_1_1system__exception#a6ec218d4070009e02c91223ea23a6963 "xtd::system_exception::system_exception" (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000091 Use xtd::system_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the properties xtd::exception::error_code and xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::system_exception Member \_internalref classxtd_1_1system__exception#afcf2925b28df36ce5090840b7e4173a3 "xtd::system_exception::system_exception" (const xtd::string &message, const std::exception &inner_exception, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000090 Use xtd::system_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::help_link - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::system_exception Member \_internalref classxtd_1_1system__exception#a640b40208eeeb4f805b6e6f6764e05dd "xtd::system_exception::system_exception" (const xtd::string &message, const std::exception &inner_exception, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000089 Use xtd::system_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) and manually set the property xtd::exception::error_code - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::system_exception Member \_internalref classxtd_1_1system__exception#a2543e06309586e467839936c3e3a10a1 "xtd::system_exception::system_exception" (const xtd::string &message, const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000088 Use xtd::system_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::system_exception Member \_internalref classxtd_1_1system__exception#a6bfabd17fb42e870cc5fa29d99c33f59 "xtd::system_exception::system_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current()) Use xtd::system_exception (const xtd::string& message, const exception_t& inner_exception, const xtd::diagnostics::stack_frame& stack_frame) - Will be removed in version 0.4.0.