Table of Contents

Class WalSegmentException

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

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

segmentPath string

Path to the segment file that caused the error.

detail string

Description of the failure.

Properties

SegmentPath

Path to the segment file that caused the error.

public string SegmentPath { get; }

Property Value

string