exception_case
Represents the exception case used by the xtd::helpers::exception helper class.
Definition exception_case.hpp:25
@ format_not_iformatable
The object is not iformatable.
Definition exception_case.hpp:57
@ argument
The argument is not valid.
Definition exception_case.hpp:31
@ end_of_stream
The end of stream is reached.
Definition exception_case.hpp:45
@ overflow
Arithmetic overflow.
Definition exception_case.hpp:83
@ invalid_cast
The cast is not valid.
Definition exception_case.hpp:61
@ format
The format is not valid.
Definition exception_case.hpp:49
@ index_out_of_range
The index is out of range.
Definition exception_case.hpp:59
@ synchronization_lock
The lock is not valid.
Definition exception_case.hpp:97
@ interrupt
An interrupt occurs.
Definition exception_case.hpp:65
@ arithmetic
The arithmetic operation is not valid.
Definition exception_case.hpp:37
@ directory_not_found
The directory is not found.
Definition exception_case.hpp:41
@ barrier_post_phase
The post-phase action of a xtd::threading::barrier fails.
Definition exception_case.hpp:39
@ semaphore_full
The semaphore is full.
Definition exception_case.hpp:91
@ file_not_found
The file is not found.
Definition exception_case.hpp:47
@ path_too_long
The path is too long.
Definition exception_case.hpp:85
@ socket
The socket is not valid.
Definition exception_case.hpp:93
@ format_opened_bracket_without_end_bracket
The format contains open backet_without_end_bracket.
Definition exception_case.hpp:53
@ not_implemented
The method or operation is not implemented.
Definition exception_case.hpp:73
@ rank
The rank is not valid.
Definition exception_case.hpp:89
@ access_violation
An access violation occurs.
Definition exception_case.hpp:29
@ uri_format
The uri format is not valid.
Definition exception_case.hpp:109
@ abandoned_mutex
The mutex is abandoned.
Definition exception_case.hpp:27
@ time_zone_not_found
The time zone is not found.
Definition exception_case.hpp:105
@ lock_recursion
The lock recursion is not valid.
Definition exception_case.hpp:71
@ thread_interrupted
The thread is interrupted.
Definition exception_case.hpp:101
@ not_supported
The method or operation is not supported.
Definition exception_case.hpp:75
@ platform_not_supported
The platform is not supported.
Definition exception_case.hpp:87
@ unauthorized_access
The access is denied.
Definition exception_case.hpp:107
@ argument_null
The argument is null.
Definition exception_case.hpp:33
@ thread_abort
The thread is abort.
Definition exception_case.hpp:99
@ object_closed
The object is closed.
Definition exception_case.hpp:79
@ thread_state
The thread state is not valid.
Definition exception_case.hpp:103
@ argument_out_of_range
The argument is out of range.
Definition exception_case.hpp:35
@ null_pointer
The pointer is null.
Definition exception_case.hpp:77
@ format_closing_bracket_without_open_bracket
The format contains close backet_without_open_bracket.
Definition exception_case.hpp:51
@ divided_by_zero
The divisor is equal to 0.
Definition exception_case.hpp:43
@ software_termination
A software termination occurs.
Definition exception_case.hpp:95
@ invalid_operation
The operation is not valid.
Definition exception_case.hpp:63
@ key_not_found
The key is not found.
Definition exception_case.hpp:69
@ io
I/O erreror occurs.
Definition exception_case.hpp:67
@ operation_canceled
The operation is canceled.
Definition exception_case.hpp:81
@ format_no_start_colon
The format does not contains start colon.
Definition exception_case.hpp:55
The xtd::helpers namespace contains helpers for xtd objects, sush as exception static class.
Definition exception_case.hpp:9
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8