DiskWriteExceptionDiagnostic
A diagnostic for a disk write exception.
Declaration
struct DiskWriteExceptionDiagnosticDiscussion
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.