Enum FileOperationFailType
- Namespace
- rF2SharedMemoryNet
- Assembly
- rF2SharedMemoryNet.dll
Specifies the types of failures that can occur during file operations.
public enum FileOperationFailType
Fields
Failure occured while disposing the file.
Failure occurred while opening the file.
Failure occurred while parsing the file.
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.