Show / Hide Table of Contents

Class MINIDUMP_EXCEPTION_STREAM

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

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

Fields

| Improve this Doc View Source

__alignment

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

ExceptionRecord

Declaration
public MINIDUMP_EXCEPTION ExceptionRecord
Field Value
Type Description
MINIDUMP_EXCEPTION
| Improve this Doc View Source

ThreadContext

Declaration
public MINIDUMP_LOCATION_DESCRIPTOR ThreadContext
Field Value
Type Description
MINIDUMP_LOCATION_DESCRIPTOR
| Improve this Doc View Source

ThreadId

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