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.
@ argument
The argument is not valid.
@ end_of_stream
The end of stream is reached.
@ overflow
Arithmetic overflow.
@ invalid_cast
The cast is not valid.
@ format
The format is not valid.
@ index_out_of_range
The index is out of range.
@ synchronization_lock
The lock is not valid.
@ interrupt
An interrupt occurs.
@ arithmetic
The arithmetic operation is not valid.
@ directory_not_found
The directory is not found.
@ barrier_post_phase
The post-phase action of a xtd::threading::barrier fails.
@ semaphore_full
The semaphore is full.
@ file_not_found
The file is not found.
@ path_too_long
The path is too long.
@ socket
The socket is not valid.
@ format_opened_bracket_without_end_bracket
The format contains open backet_without_end_bracket.
@ not_implemented
The method or operation is not implemented.
@ rank
The rank is not valid.
@ access_violation
An access violation occurs.
@ uri_format
The uri format is not valid.
@ abandoned_mutex
The mutex is abandoned.
@ time_zone_not_found
The time zone is not found.
@ lock_recursion
The lock recursion is not valid.
@ thread_interrupted
The thread is interrupted.
@ not_supported
The method or operation is not supported.
@ platform_not_supported
The platform is not supported.
@ unauthorized_access
The access is denied.
@ argument_null
The argument is null.
@ thread_abort
The thread is abort.
@ object_closed
The object is closed.
@ thread_state
The thread state is not valid.
@ argument_out_of_range
The argument is out of range.
@ null_pointer
The pointer is null.
@ format_closing_bracket_without_open_bracket
The format contains close backet_without_open_bracket.
@ divided_by_zero
The divisor is equal to 0.
@ software_termination
A software termination occurs.
@ invalid_operation
The operation is not valid.
@ key_not_found
The key is not found.
@ operation_canceled
The operation is canceled.
@ format_no_start_colon
The format does not contains start colon.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10