Table of Contents

Enum FileOperationFailType

Namespace
rF2SharedMemoryNet
Assembly
rF2SharedMemoryNet.dll

Specifies the types of failures that can occur during file operations.

public enum FileOperationFailType

Fields

Dispose = 3

Failure occured while disposing the file.

Open = 0

Failure occurred while opening the file.

Parse = 2

Failure occurred while parsing the file.

Read = 1

Failure occurred while reading the file.

Remarks

This enumeration is used to categorize the different stages at which a file operation might fail, such as opening, reading, or parsing a file. It helps in identifying the specific operation that encountered an error, allowing for more precise error handling and logging.