---
title: MemoryExceptionDiagnostic
framework: metrickit
role: symbol
role_heading: Structure
path: metrickit/memoryexceptiondiagnostic
---

# MemoryExceptionDiagnostic

A diagnostic for a fatal memory exception.

## Declaration

```swift
struct MemoryExceptionDiagnostic
```

## Mentioned in

Analyzing app performance with MetricKit

## Topics

### Call stack

- [callStackTree](metrickit/memoryexceptiondiagnostic/callstacktree.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### CPU and memory metrics

- [CPUTimeMetric](metrickit/cputimemetric.md)
- [CPUInstructionsCountMetric](metrickit/cpuinstructionscountmetric.md)
- [CPUExceptionDiagnostic](metrickit/cpuexceptiondiagnostic.md)
- [PeakMemoryMetric](metrickit/peakmemorymetric.md)
- [SuspendedMemoryMetric](metrickit/suspendedmemorymetric.md)
