Class WalWriteException
A fatal WAL write I/O failure occurred. The engine cannot accept durable commits after this error (fail-fast per ADR-020). Not transient — requires engine restart.
public class WalWriteException : DurabilityException, ISerializable
- Inheritance
-
WalWriteException
- Implements
- Inherited Members
Constructors
WalWriteException(Exception)
Creates a new WalWriteException.
public WalWriteException(Exception innerException)
Parameters
innerExceptionExceptionThe underlying I/O exception that caused the write failure.