Class WalSegmentException
A WAL segment file operation failed (creation, rotation, or header validation).
public class WalSegmentException : DurabilityException, ISerializable
- Inheritance
-
WalSegmentException
- Implements
- Inherited Members
Constructors
WalSegmentException(string, string)
Creates a new WalSegmentException.
public WalSegmentException(string segmentPath, string detail)
Parameters
segmentPathstringPath to the segment file that caused the error.
detailstringDescription of the failure.
Properties
SegmentPath
Path to the segment file that caused the error.
public string SegmentPath { get; }