System.TRaiseExceptionProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __stdcall (*TRaiseExceptionProc)(unsigned ExceptionCode, unsigned ExceptionFlags, unsigned NumberOfArguments, void * Args);

Properties

Type Visibility Source Unit Parent
typedef public System.hpp System System

Description

Type of pointer to procedure.

You can use TRaiseExceptionProc as a type for variables that are assigned to RaiseExceptionProc. RaiseExceptionProc raises an exception with the specified information (code, flags, etc).

See Also