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 ()
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 >::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 >::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 >::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 >::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 (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::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, double percent) noexcept
Replaced by xtd::drawing::color_converter::light - 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.
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::format_exception::format_exception (const xtd::string &message, const std::error_code &error, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::format_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::format_exception::format_exception (const xtd::string &message, const xtd::string &help_link, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::format_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::format_exception::format_exception (const xtd::string &message, const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::format_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::format_exception::format_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::format_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::format_exception::format_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::format_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::format_exception::format_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::format_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::format_exception::format_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::format_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::format_exception::format_exception (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Use xtd::format_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::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 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::assert_dialog Member \_internalref classxtd_1_1forms_1_1assert__dialog#a3a36ee27300cf00d825d0627dba2bfbb "xtd::forms::assert_dialog::stack_frame" () const noexcept</dt><dd> \anchor _deprecated000193 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 _deprecated000195 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 _deprecated000196 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 _deprecated000185 Replaced by xtd::drawing::texts - Will be removed in version 0.4.0. </dd> <dt> \_setscope xtd::invalid_operation_exception Member \_internalref classxtd_1_1invalid__operation__exception#ae559be7197c974363e97ff0a432a4f53 "xtd::invalid_operation_exception::invalid_operation_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::invalid_operation_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::invalid_operation_exception Member \_internalref classxtd_1_1invalid__operation__exception#abd93c1bfbfe5f7235c1a37fc7753db27 "xtd::invalid_operation_exception::invalid_operation_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::invalid_operation_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::invalid_operation_exception Member \_internalref classxtd_1_1invalid__operation__exception#a549b37b01f24feacc7f801ac00b6886c "xtd::invalid_operation_exception::invalid_operation_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000045 Use xtd::invalid_operation_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::invalid_operation_exception Member \_internalref classxtd_1_1invalid__operation__exception#a7b474c2036c83038b4ec75afdc41a0c5 "xtd::invalid_operation_exception::invalid_operation_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::invalid_operation_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::invalid_operation_exception Member \_internalref classxtd_1_1invalid__operation__exception#a8f8fa2e86225f13efabddee9cb7d9b44 "xtd::invalid_operation_exception::invalid_operation_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::invalid_operation_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::invalid_operation_exception Member \_internalref classxtd_1_1invalid__operation__exception#aeddfc3dab96aec5f02ef779fe3888e91 "xtd::invalid_operation_exception::invalid_operation_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::invalid_operation_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::invalid_operation_exception Member \_internalref classxtd_1_1invalid__operation__exception#aa651dace60799399efc1e8e6d1293352 "xtd::invalid_operation_exception::invalid_operation_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::invalid_operation_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::invalid_operation_exception Member \_internalref classxtd_1_1invalid__operation__exception#a2b8a740f6e789fc843f636802169c894 "xtd::invalid_operation_exception::invalid_operation_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::invalid_operation_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#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 _deprecated000057 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#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 _deprecated000056 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#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 _deprecated000055 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#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 _deprecated000053 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#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 _deprecated000054 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#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 _deprecated000052 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#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 _deprecated000051 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#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 _deprecated000050 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::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 _deprecated000058 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 _deprecated000059 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 _deprecated000060 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 _deprecated000061 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 _deprecated000062 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 _deprecated000063 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#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 _deprecated000065 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::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 _deprecated000064 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::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 _deprecated000069 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#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 _deprecated000067 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#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 _deprecated000066 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#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 _deprecated000070 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 _deprecated000071 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#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 _deprecated000068 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#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 _deprecated000072 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 _deprecated000073 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_format_exception Member \_internalref classxtd_1_1io_1_1file__format__exception#a99be671d86c649a5e1cf0d3124ce8287 "xtd::io::file_format_exception::file_format_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 _deprecated000074 Use xtd::file_format_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_format_exception Member \_internalref classxtd_1_1io_1_1file__format__exception#a09d8af6b7529363af8bcbadbe8e64d1f "xtd::io::file_format_exception::file_format_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 _deprecated000075 Use xtd::file_format_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::file_format_exception Member \_internalref classxtd_1_1io_1_1file__format__exception#a547531192658f445db548f6a67772c02 "xtd::io::file_format_exception::file_format_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 _deprecated000076 Use xtd::file_format_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_format_exception Member \_internalref classxtd_1_1io_1_1file__format__exception#a26bc4469b3dfed32cc22eda9503ed0a4 "xtd::io::file_format_exception::file_format_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000077 Use xtd::file_format_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_format_exception Member \_internalref classxtd_1_1io_1_1file__format__exception#a2e445613a6b5990120a97c020556932d "xtd::io::file_format_exception::file_format_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 _deprecated000078 Use xtd::file_format_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_format_exception Member \_internalref classxtd_1_1io_1_1file__format__exception#a0e00990aa4b47c1f3456cb51902e59a7 "xtd::io::file_format_exception::file_format_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 _deprecated000079 Use xtd::file_format_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_format_exception Member \_internalref classxtd_1_1io_1_1file__format__exception#ad8849389a0250e891d4284501508b92b "xtd::io::file_format_exception::file_format_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 _deprecated000080 Use xtd::file_format_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_format_exception Member \_internalref classxtd_1_1io_1_1file__format__exception#ab4dce63315ded34fe1ef45e7390cfdc1 "xtd::io::file_format_exception::file_format_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 _deprecated000081 Use xtd::file_format_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_load_exception Member \_internalref classxtd_1_1io_1_1file__load__exception#a1d8642f24f228790d8629b8764cd666c "xtd::io::file_load_exception::file_load_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 _deprecated000082 Use xtd::io::file_load_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_load_exception Member \_internalref classxtd_1_1io_1_1file__load__exception#abc1c0717ce056aad81efa3ecb1cd89f7 "xtd::io::file_load_exception::file_load_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 _deprecated000083 Use xtd::io::file_load_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::file_load_exception Member \_internalref classxtd_1_1io_1_1file__load__exception#aa1985b5e0ab1a6c463a468ceb211d3c6 "xtd::io::file_load_exception::file_load_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 _deprecated000084 Use xtd::io::file_load_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_load_exception Member \_internalref classxtd_1_1io_1_1file__load__exception#a7c2688c0bb302c1675b16d586137c972 "xtd::io::file_load_exception::file_load_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000085 Use xtd::io::file_load_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_load_exception Member \_internalref classxtd_1_1io_1_1file__load__exception#a942215042b15cfcb627022023152e52a "xtd::io::file_load_exception::file_load_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 _deprecated000086 Use xtd::io::file_load_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_load_exception Member \_internalref classxtd_1_1io_1_1file__load__exception#ac0cf7e62ec90c1987fe9762fd2c766ae "xtd::io::file_load_exception::file_load_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 _deprecated000087 Use xtd::io::file_load_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_load_exception Member \_internalref classxtd_1_1io_1_1file__load__exception#a879ab52987b9f6556e385781e6251f15 "xtd::io::file_load_exception::file_load_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 _deprecated000088 Use xtd::io::file_load_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_load_exception Member \_internalref classxtd_1_1io_1_1file__load__exception#ab486f3dff64302e0b0895fc9cb5a30f7 "xtd::io::file_load_exception::file_load_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 _deprecated000089 Use xtd::io::file_load_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#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 _deprecated000090 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 _deprecated000091 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#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 _deprecated000092 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#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 _deprecated000093 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 _deprecated000094 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#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 _deprecated000096 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::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 _deprecated000095 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::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 _deprecated000099 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#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 _deprecated000103 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#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 _deprecated000104 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#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 _deprecated000102 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#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 _deprecated000101 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#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 _deprecated000100 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#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 _deprecated000098 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#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 _deprecated000097 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::path_too_long_exception Member \_internalref classxtd_1_1io_1_1path__too__long__exception#a3203dbcb917b421f3cfbda56c8a5344e "xtd::io::path_too_long_exception::path_too_long_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 _deprecated000107 Use xtd::io::path_too_long_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::path_too_long_exception Member \_internalref classxtd_1_1io_1_1path__too__long__exception#ad873b0ca1538f03b2d8895916a0d57f8 "xtd::io::path_too_long_exception::path_too_long_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 _deprecated000105 Use xtd::io::path_too_long_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::path_too_long_exception Member \_internalref classxtd_1_1io_1_1path__too__long__exception#a8f52e25524fb5d780a8388d52e9cb897 "xtd::io::path_too_long_exception::path_too_long_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 _deprecated000111 Use xtd::io::path_too_long_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::path_too_long_exception Member \_internalref classxtd_1_1io_1_1path__too__long__exception#afbdf6766aef08e122a172fd6fb0de855 "xtd::io::path_too_long_exception::path_too_long_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 _deprecated000110 Use xtd::io::path_too_long_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::path_too_long_exception Member \_internalref classxtd_1_1io_1_1path__too__long__exception#a60e937957cdba4b20479b83765e84762 "xtd::io::path_too_long_exception::path_too_long_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 _deprecated000109 Use xtd::io::path_too_long_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::path_too_long_exception Member \_internalref classxtd_1_1io_1_1path__too__long__exception#a57d3a554f923d274506bb3cdf050ba85 "xtd::io::path_too_long_exception::path_too_long_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000108 Use xtd::io::path_too_long_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::path_too_long_exception Member \_internalref classxtd_1_1io_1_1path__too__long__exception#a8828fdcdbcb0ae2c08a8cc5741bf35d3 "xtd::io::path_too_long_exception::path_too_long_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 _deprecated000106 Use xtd::io::path_too_long_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::path_too_long_exception Member \_internalref classxtd_1_1io_1_1path__too__long__exception#ac90889cda39129400cabb950ac636966 "xtd::io::path_too_long_exception::path_too_long_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 _deprecated000112 Use xtd::io::path_too_long_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::math Member \_internalref classxtd_1_1math#a936200621040b3f0416b800be3cf5eb7 "xtd::math::epsilon" </dt><dd> \anchor _deprecated000113 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 _deprecated000114 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 _deprecated000120 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 _deprecated000123 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 _deprecated000121 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 _deprecated000122 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 _deprecated000115 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 _deprecated000116 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 _deprecated000117 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 _deprecated000118 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 _deprecated000119 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::net::cookie_exception Member \_internalref classxtd_1_1net_1_1cookie__exception#a4bdd17c19c5a11f9180dbae2df70132f "xtd::net::cookie_exception::cookie_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 _deprecated000126 Use xtd::cookie_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::net::cookie_exception Member \_internalref classxtd_1_1net_1_1cookie__exception#ae1fef23c2382f358709334bbd585a9ea "xtd::net::cookie_exception::cookie_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 _deprecated000125 Use xtd::cookie_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::net::cookie_exception Member \_internalref classxtd_1_1net_1_1cookie__exception#a3e42a1b5aa3d5f2f81ff18ef24d3c984 "xtd::net::cookie_exception::cookie_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 _deprecated000131 Use xtd::cookie_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::net::cookie_exception Member \_internalref classxtd_1_1net_1_1cookie__exception#a10fadba0a389c7d54fb8c26b9a808df3 "xtd::net::cookie_exception::cookie_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 _deprecated000130 Use xtd::cookie_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::net::cookie_exception Member \_internalref classxtd_1_1net_1_1cookie__exception#ab84d6f9453b2f6dd0e110b5aa58c7dc9 "xtd::net::cookie_exception::cookie_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 _deprecated000129 Use xtd::cookie_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::net::cookie_exception Member \_internalref classxtd_1_1net_1_1cookie__exception#af8dc3e007b24a2be182ee5ea476aeb6e "xtd::net::cookie_exception::cookie_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 _deprecated000128 Use xtd::cookie_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::net::cookie_exception Member \_internalref classxtd_1_1net_1_1cookie__exception#a435d33f12d8bd98ff81fc7d3c72bb7fb "xtd::net::cookie_exception::cookie_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000127 Use xtd::cookie_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::net::cookie_exception Member \_internalref classxtd_1_1net_1_1cookie__exception#a1b9f3d6b57d1d431614358feb84d9ca2 "xtd::net::cookie_exception::cookie_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 _deprecated000124 Use xtd::cookie_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::net::protocol_violation_exception Member \_internalref classxtd_1_1net_1_1protocol__violation__exception#adaf055aa2f5f89736afefc3736468885 "xtd::net::protocol_violation_exception::protocol_violation_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 _deprecated000133 Use xtd::protocol_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. </dd> <dt> \_setscope xtd::net::protocol_violation_exception Member \_internalref classxtd_1_1net_1_1protocol__violation__exception#a9126394431ca1837ca54a587d7f66afc "xtd::net::protocol_violation_exception::protocol_violation_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000135 Use xtd::protocol_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. </dd> <dt> \_setscope xtd::net::protocol_violation_exception Member \_internalref classxtd_1_1net_1_1protocol__violation__exception#a4e107b5f1849173d4c0792cf5c4e6fe2 "xtd::net::protocol_violation_exception::protocol_violation_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 _deprecated000132 Use xtd::protocol_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. </dd> <dt> \_setscope xtd::net::protocol_violation_exception Member \_internalref classxtd_1_1net_1_1protocol__violation__exception#adf434b08e3d4fc5814248798e57bb28e "xtd::net::protocol_violation_exception::protocol_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())</dt><dd> \anchor _deprecated000138 Use xtd::protocol_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. </dd> <dt> \_setscope xtd::net::protocol_violation_exception Member \_internalref classxtd_1_1net_1_1protocol__violation__exception#acc1aef73b7ce685c37f1a9d40e2f2858 "xtd::net::protocol_violation_exception::protocol_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())</dt><dd> \anchor _deprecated000137 Use xtd::protocol_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. </dd> <dt> \_setscope xtd::net::protocol_violation_exception Member \_internalref classxtd_1_1net_1_1protocol__violation__exception#aff963f561a989cbfb3ca212a9d3cff4d "xtd::net::protocol_violation_exception::protocol_violation_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 _deprecated000136 Use xtd::protocol_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. </dd> <dt> \_setscope xtd::net::protocol_violation_exception Member \_internalref classxtd_1_1net_1_1protocol__violation__exception#a21402d6a4f0f19efd55ac47e7fd8bb71 "xtd::net::protocol_violation_exception::protocol_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())</dt><dd> \anchor _deprecated000139 Use xtd::protocol_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. </dd> <dt> \_setscope xtd::net::protocol_violation_exception Member \_internalref classxtd_1_1net_1_1protocol__violation__exception#a786e8d055844d49209a934e9c8a39b63 "xtd::net::protocol_violation_exception::protocol_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())</dt><dd> \anchor _deprecated000134 Use xtd::protocol_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. </dd> <dt> \_setscope xtd::net::sockets::socket_exception Member \_internalref classxtd_1_1net_1_1sockets_1_1socket__exception#a2c019f9fd80e70f70782bc9c91d02d27 "xtd::net::sockets::socket_exception::socket_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 _deprecated000144 Use xtd::socket_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::net::sockets::socket_exception Member \_internalref classxtd_1_1net_1_1sockets_1_1socket__exception#a935e9a6912a15dfeb1a6acaad0235d2f "xtd::net::sockets::socket_exception::socket_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000143 Use xtd::socket_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::net::sockets::socket_exception Member \_internalref classxtd_1_1net_1_1sockets_1_1socket__exception#a63cf76500bdd5a68ad8469e3e2b74bc5 "xtd::net::sockets::socket_exception::socket_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 _deprecated000142 Use xtd::socket_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::net::sockets::socket_exception Member \_internalref classxtd_1_1net_1_1sockets_1_1socket__exception#a6ee318dce348bad79d318e2781e62c12 "xtd::net::sockets::socket_exception::socket_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 _deprecated000141 Use xtd::socket_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::net::sockets::socket_exception Member \_internalref classxtd_1_1net_1_1sockets_1_1socket__exception#a5739b6ce46f099a8dbf3f6fb0b6d88e9 "xtd::net::sockets::socket_exception::socket_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 _deprecated000145 Use xtd::socket_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::net::sockets::socket_exception Member \_internalref classxtd_1_1net_1_1sockets_1_1socket__exception#ac0278c0ef7ee0fda8328c9001e2b6966 "xtd::net::sockets::socket_exception::socket_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 _deprecated000146 Use xtd::socket_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::net::sockets::socket_exception Member \_internalref classxtd_1_1net_1_1sockets_1_1socket__exception#a49615e03ffadf0ffaba58f1e2c0cbf8b "xtd::net::sockets::socket_exception::socket_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 _deprecated000147 Use xtd::socket_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::net::sockets::socket_exception Member \_internalref classxtd_1_1net_1_1sockets_1_1socket__exception#a13171ad5acd0e48699805df8c0b69755 "xtd::net::sockets::socket_exception::socket_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 _deprecated000140 Use xtd::socket_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::net::web_exception Member \_internalref classxtd_1_1net_1_1web__exception#adb7ea417a7e5990b427454a8af0547db "xtd::net::web_exception::web_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000151 Use xtd::web_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::net::web_exception Member \_internalref classxtd_1_1net_1_1web__exception#a92796d5a853ca172ad819e632c26ac9b "xtd::net::web_exception::web_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 _deprecated000150 Use xtd::web_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::net::web_exception Member \_internalref classxtd_1_1net_1_1web__exception#a3fdab53f04dc90eb01ab61c23a92b7cc "xtd::net::web_exception::web_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 _deprecated000152 Use xtd::web_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::net::web_exception Member \_internalref classxtd_1_1net_1_1web__exception#a03dcc1e8489755a0b07486464b6f3711 "xtd::net::web_exception::web_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 _deprecated000148 Use xtd::web_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::net::web_exception Member \_internalref classxtd_1_1net_1_1web__exception#a00ea5a1a3e2fa35b5fcc00ee56256a8c "xtd::net::web_exception::web_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 _deprecated000149 Use xtd::web_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::net::web_exception Member \_internalref classxtd_1_1net_1_1web__exception#a8599dde629a70c9fae6d69c7846be3ca "xtd::net::web_exception::web_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 _deprecated000154 Use xtd::web_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::net::web_exception Member \_internalref classxtd_1_1net_1_1web__exception#ae31cbd9dc78389ff7e40db2c0761269b "xtd::net::web_exception::web_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 _deprecated000155 Use xtd::web_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::net::web_exception Member \_internalref classxtd_1_1net_1_1web__exception#a7a8d4750ede99a285f62d61a15ff6eeb "xtd::net::web_exception::web_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 _deprecated000153 Use xtd::web_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#a5376689c235c4f72a8bca7bc7fc89448 "xtd::system_exception::file_path" () const noexcept</dt><dd> \anchor _deprecated000164 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 _deprecated000165 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 _deprecated000166 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 _deprecated000167 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#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 _deprecated000162 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#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 _deprecated000156 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#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 _deprecated000157 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#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 _deprecated000158 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#a6bfabd17fb42e870cc5fa29d99c33f59 "xtd::system_exception::system_exception" (const std::exception &inner_exception, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())</dt><dd> \anchor _deprecated000159 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#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 _deprecated000160 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#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 _deprecated000163 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#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()) 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.