Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 Run-Time Error Checks.
Use the following functions to customize the way your program does run-time error checking.
Run-Time Error Checking Functions
Function |
Use |
.NET Framework equivalent |
|---|---|---|
Returns a brief description of a run-time error check type. |
|
|
Returns the total number of errors that can be detected by run-time error checks. |
|
|
Designates a function as the handler for reporting run-time error checks. |
|
|
Associates an error that is detected by run-time error checks with a type. |
|