Table of Contents

Enum FileOperationError

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

Error kind for programmatic reaction to file operations.

public enum FileOperationError

Fields

FileNotFound = 3

The file was not found

NoDiskSpace = 1

The exception was caused because of lack of disk space

Other = 0

The exception was caused by other issue.

SharingViolation = 2

The exception was caused by other process working on the same file