xtd 0.2.0
Loading...
Searching...
No Matches
__external_exceptions.h
Go to the documentation of this file.
1
4#pragma once
6#if !defined(__XTD_CORE_INTERNAL__)
7#error "Do not include this file: Internal use only"
8#endif
10#include "../uint32.h"
11
12void __throw_argument_exception(const char* message, const char* file, xtd::uint32 line, const char* func);
13void __throw_argument_exception(const char* file, xtd::uint32 line, const char* func);
14void __throw_argument_null_exception(const char* message, const char* file, xtd::uint32 line, const char* func);
15void __throw_argument_null_exception(const char* file, xtd::uint32 line, const char* func);
16void __throw_argument_out_of_range_exception(const char* message, const char* file, xtd::uint32 line, const char* func);
17void __throw_argument_out_of_range_exception(const char* file, xtd::uint32 line, const char* func);
18void __throw_format_exception(const char* message, const char* file, xtd::uint32 line, const char* func);
19void __throw_format_exception(const char* file, xtd::uint32 line, const char* func);
20void __throw_format_exception_close_bracket(const char* message, const char* file, xtd::uint32 line, const char* func);
21void __throw_format_exception_close_bracket(const char* file, xtd::uint32 line, const char* func);
22void __throw_format_exception_open_bracket(const char* message, const char* file, xtd::uint32 line, const char* func);
23void __throw_format_exception_open_bracket(const char* file, xtd::uint32 line, const char* func);
24void __throw_format_exception_start_colon(const char* message, const char* file, xtd::uint32 line, const char* func);
25void __throw_format_exception_start_colon(const char* file, xtd::uint32 line, const char* func);
26void __throw_index_out_of_range_exception(const char* message, const char* file, xtd::uint32 line, const char* func);
27void __throw_index_out_of_range_exception(const char* file, xtd::uint32 line, const char* func);
28void __throw_invalid_operation_exception(const char* message, const char* file, xtd::uint32 line, const char* func);
29void __throw_invalid_operation_exception(const char* file, xtd::uint32 line, const char* func);
30void __throw_null_pointer_exception(const char* message, const char* file, xtd::uint32 line, const char* func);
31void __throw_null_pointer_exception(const char* file, xtd::uint32 line, const char* func);
32void __throw_rank_exception(const char* message, const char* file, xtd::uint32 line, const char* func);
33void __throw_rank_exception(const char* file, xtd::uint32 line, const char* func);
uint32_t uint32
Represents a 32-bit unsigned integer.
Definition uint32.h:23