TestimoX

API Reference

Enum

AuditCsvError

Namespace ComputerX.Audit
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specific reasons why Audit.csv read might fail.

Inheritance

  • Enum
  • AuditCsvError

Values

public const AuditCsvError None #

No error.

Value: 0
public const AuditCsvError FileNotFound #

The Audit.csv file does not exist (local policy not configured via MMC).

Value: 1
public const AuditCsvError DirectoryNotFound #

The directory structure doesn't exist.

Value: 2
public const AuditCsvError FileEmpty #

The file exists but is empty.

Value: 3
public const AuditCsvError NoDataRows #

The file exists but has no data rows (only header).

Value: 4
public const AuditCsvError AccessDenied #

Access denied when trying to read the file.

Value: 5
public const AuditCsvError UncPathNotAccessible #

The UNC path is not accessible (remote host).

Value: 6
public const AuditCsvError ParseError #

Parse error in the CSV content.

Value: 7
public const AuditCsvError Unknown #

Other/unknown error.

Value: 8