Show / Hide Table of Contents

Class MINIDUMP_EXCEPTION

https://msdn.microsoft.com/en-us/library/ms680367.aspx

Inheritance
Object
MINIDUMP_EXCEPTION
Namespace: BinaryMapper.Windows.Minidump.Structures
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public class MINIDUMP_EXCEPTION : object

Fields

| Improve this Doc View Source

__unusedAlignment

Declaration
public System.UInt32 __unusedAlignment
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

ExceptionAddress

Declaration
public System.UInt64 ExceptionAddress
Field Value
Type Description
UInt64
| Improve this Doc View Source

ExceptionCode

Declaration
public EXCEPTION_CODE_TYPE ExceptionCode
Field Value
Type Description
EXCEPTION_CODE_TYPE
| Improve this Doc View Source

ExceptionFlags

Declaration
public System.UInt32 ExceptionFlags
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

ExceptionInformation

Declaration
public System.UInt64[] ExceptionInformation
Field Value
Type Description
System.UInt64[]
| Improve this Doc View Source

ExceptionRecord

Declaration
public System.UInt64 ExceptionRecord
Field Value
Type Description
UInt64
| Improve this Doc View Source

NumberParameters

Declaration
public System.UInt32 NumberParameters
Field Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX