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 SourceClientPointers
Indicates whether the exception pointers are in client memory.
Declaration
public bool ClientPointers
Field Value
| Type | Description |
|---|---|
| bool |
ExceptionPointers
A pointer to an EXCEPTION_POINTERS structure.
Declaration
public nint ExceptionPointers
Field Value
| Type | Description |
|---|---|
| nint |
ThreadId
The identifier of the thread that caused the exception.
Declaration
public uint ThreadId
Field Value
| Type | Description |
|---|---|
| uint |