Search Results for

    Show / Hide Table of Contents
    View Source

    Struct MiniDump.MiniDumpExceptionInformation

    Contains information about the exception that caused the dump.

    Namespace: Umbraco.Cms.Core.Diagnostics
    Assembly: Umbraco.Core.dll
    Syntax
    public struct MiniDump.MiniDumpExceptionInformation
    Remarks

    This structure maps to the Windows MINIDUMP_EXCEPTION_INFORMATION structure. Pack=4 is important so it works for both x86 and x64.

    Fields

    View Source

    ClientPointers

    Indicates whether the exception pointers are in client memory.

    Declaration
    public bool ClientPointers
    Field Value
    Type Description
    bool
    View Source

    ExceptionPointers

    A pointer to an EXCEPTION_POINTERS structure.

    Declaration
    public nint ExceptionPointers
    Field Value
    Type Description
    nint
    View Source

    ThreadId

    The identifier of the thread that caused the exception.

    Declaration
    public uint ThreadId
    Field Value
    Type Description
    uint
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX