xtd 0.2.0
exception_case.hpp File Reference

Definition

Contains xtd::helpers::exception_case enum class.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
namespace  xtd::helpers
 The xtd::helpers namespace contains helpers for xtd objects, sush as exception static class.
 

Enumerations

enum class  xtd::helpers::exception_case {
  xtd::helpers::exception_case::abandoned_mutex ,
  xtd::helpers::exception_case::access_violation ,
  xtd::helpers::exception_case::argument ,
  xtd::helpers::exception_case::argument_null ,
  xtd::helpers::exception_case::argument_out_of_range ,
  xtd::helpers::exception_case::arithmetic ,
  xtd::helpers::exception_case::barrier_post_phase ,
  xtd::helpers::exception_case::directory_not_found ,
  xtd::helpers::exception_case::divided_by_zero ,
  xtd::helpers::exception_case::end_of_stream ,
  xtd::helpers::exception_case::file_not_found ,
  xtd::helpers::exception_case::format ,
  xtd::helpers::exception_case::format_closing_bracket_without_open_bracket ,
  xtd::helpers::exception_case::format_opened_bracket_without_end_bracket ,
  xtd::helpers::exception_case::format_no_start_colon ,
  xtd::helpers::exception_case::format_not_iformatable ,
  xtd::helpers::exception_case::index_out_of_range ,
  xtd::helpers::exception_case::invalid_cast ,
  xtd::helpers::exception_case::invalid_operation ,
  xtd::helpers::exception_case::interrupt ,
  xtd::helpers::exception_case::io ,
  xtd::helpers::exception_case::key_not_found ,
  xtd::helpers::exception_case::lock_recursion ,
  xtd::helpers::exception_case::not_implemented ,
  xtd::helpers::exception_case::not_supported ,
  xtd::helpers::exception_case::null_pointer ,
  xtd::helpers::exception_case::object_closed ,
  xtd::helpers::exception_case::operation_canceled ,
  xtd::helpers::exception_case::overflow ,
  xtd::helpers::exception_case::path_too_long ,
  xtd::helpers::exception_case::platform_not_supported ,
  xtd::helpers::exception_case::rank ,
  xtd::helpers::exception_case::semaphore_full ,
  xtd::helpers::exception_case::socket ,
  xtd::helpers::exception_case::software_termination ,
  xtd::helpers::exception_case::synchronization_lock ,
  xtd::helpers::exception_case::thread_abort ,
  xtd::helpers::exception_case::thread_interrupted ,
  xtd::helpers::exception_case::thread_state ,
  xtd::helpers::exception_case::time_zone_not_found ,
  xtd::helpers::exception_case::unauthorized_access ,
  xtd::helpers::exception_case::uri_format
}
 Represents the exception case used by the xtd::helpers::exception helper class. More...