API:System.TExceptionRecord

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TExceptionRecord = record

C++

struct DECLSPEC_DRECORD TExceptionRecord
{
public:
    unsigned ExceptionCode;
    unsigned ExceptionFlags;
    PExceptionRecord ExceptionRecord;
    void *ExceptionAddress;
    unsigned NumberParameters;
public:
    union
    {
        struct
        {
            void *ExceptAddr;
            void *ExceptObject;
        };
        struct
        {
#ifndef _WIN64
            System::StaticArray<unsigned, 15> ExceptionInformation;
#else /* _WIN64 */
            System::StaticArray<unsigned __int64, 15> ExceptionInformation;
#endif /* _WIN64 */
        };
    };
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.pas
System.hpp
System System

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !