Contents

DiskWriteExceptionDiagnostic

A diagnostic for a disk write exception.

Declaration

struct DiskWriteExceptionDiagnostic

Discussion

Disk write exceptions occur when your app writes data to disk at an excessive rate. The diagnostic includes a CallStackTree to identify the responsible code path, and totalBytesWritten to quantify the I/O.

This type replaces MXDiskWriteExceptionDiagnostic.

Topics

Call stack

Disk write details

See Also

Disk metrics