|
1 | 1 | --- |
2 | | -description: "Learn more about: Run-Time Error Checking" |
3 | | -title: "Run-Time Error Checking" |
| 2 | +description: "Learn more about: Runtime error checking" |
| 3 | +title: "Runtime error checking" |
4 | 4 | ms.date: "11/04/2016" |
5 | | -helpviewer_keywords: ["run-time error checking", "run-time errors, checking"] |
6 | | -ms.assetid: c965dd01-57ad-4a3c-b1d6-5aa04f920501 |
| 5 | +helpviewer_keywords: ["runtime error checking", "runtime errors, checking"] |
7 | 6 | --- |
8 | | -# Run-Time Error Checking |
| 7 | +# Runtime error checking |
9 | 8 |
|
10 | | -The C run-time library contains the functions that support run-time error checks (RTC). Run-time error checking allows you to build your program such that certain kinds of run-time errors are reported. You specify how the errors are reported and which kinds of errors are reported. For more information, see [How to: Use Native Run-Time Checks](/visualstudio/debugger/how-to-use-native-run-time-checks). |
| 9 | +The C runtime library contains the functions that support runtime error checks (RTC). Runtime error checking allows you to build your program such that certain kinds of runtime errors are reported. You specify how the errors are reported and which kinds of errors are reported. For more information, see [How to: Use native runtime checks](/visualstudio/debugger/how-to-use-native-run-time-checks). |
11 | 10 |
|
12 | | -Use the following functions to customize the way your program does run-time error checking. |
| 11 | +Use the following functions to customize the way your program does runtime error checking. |
13 | 12 |
|
14 | | -## Run-Time Error Checking Functions |
| 13 | +## Runtime error checking functions |
15 | 14 |
|
16 | 15 | |Function|Use| |
17 | 16 | |--------------|---------| |
18 | | -|[_RTC_GetErrDesc](../c-runtime-library/reference/rtc-geterrdesc.md)|Returns a brief description of a run-time error check type.| |
19 | | -|[_RTC_NumErrors](../c-runtime-library/reference/rtc-numerrors.md)|Returns the total number of errors that can be detected by run-time error checks.| |
20 | | -|[_RTC_SetErrorFunc](../c-runtime-library/reference/rtc-seterrorfunc.md)|Designates a function as the handler for reporting run-time error checks.| |
21 | | -|[_RTC_SetErrorType](../c-runtime-library/reference/rtc-seterrortype.md)|Associates an error that is detected by run-time error checks with a type.| |
| 17 | +|[_RTC_GetErrDesc](../c-runtime-library/reference/rtc-geterrdesc.md)|Returns a brief description of a runtime error check type.| |
| 18 | +|[_RTC_NumErrors](../c-runtime-library/reference/rtc-numerrors.md)|Returns the total number of errors that can be detected by runtime error checks.| |
| 19 | +|[_RTC_SetErrorFunc](../c-runtime-library/reference/rtc-seterrorfunc.md)|Designates a function as the handler for reporting runtime error checks.| |
| 20 | +|[_RTC_SetErrorType](../c-runtime-library/reference/rtc-seterrortype.md)|Associates an error that is detected by runtime error checks with a type.| |
22 | 21 |
|
23 | 22 | ## See also |
24 | 23 |
|
25 | | -[Universal C runtime routines by category](../c-runtime-library/run-time-routines-by-category.md)<br/> |
26 | | -[/RTC (Run-Time Error Checks)](../build/reference/rtc-run-time-error-checks.md)<br/> |
27 | | -[runtime_checks](../preprocessor/runtime-checks.md)<br/> |
28 | | -[Debug Routines](../c-runtime-library/debug-routines.md)<br/> |
| 24 | +[Universal C runtime routines by category](../c-runtime-library/run-time-routines-by-category.md)\ |
| 25 | +[/RTC (Runtime error checks)](../build/reference/rtc-run-time-error-checks.md)\ |
| 26 | +[runtime_checks](../preprocessor/runtime-checks.md)\ |
| 27 | +[Debug routines](../c-runtime-library/debug-routines.md) |
0 commit comments