BasicCard file error codes.
Namespace: BasicCard.BasicCards.FileSysAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public enum BasicCardFileError |
Visual Basic |
---|
<SerializableAttribute> <CLSCompliantAttribute(true)> Public Enumeration BasicCardFileError |
Visual C++ |
---|
[SerializableAttribute] [CLSCompliantAttribute(true)] public enum class BasicCardFileError |
F# |
---|
[<SerializableAttribute>] [<CLSCompliantAttribute(true)>] type BasicCardFileError |
Members
Member name | Value | Description | |
---|---|---|---|
feInvalidDrive | 1 | ||
feBadFilename | 2 | ||
feBadFilenum | 3 | ||
feFileNotFound | 4 | ||
feFileNotOpen | 5 | ||
feOpenError | 6 | ||
feSeekError | 7 | ||
feReadError | 8 | ||
feWriteError | 9 | ||
feCloseError | 10 | ||
feInvalidMode | 11 | ||
feInvalidAccess | 12 | ||
feRenameError | 13 | ||
feAccessDenied | 14 | ||
feSharingViolation | 15 | ||
feFileAlreadyExists | 16 | ||
feNotDataFile | 17 | ||
feNotDirectory | 18 | ||
feDirNotEmpty | 19 | ||
feBadFileChain | 20 | ||
feFileOpen | 21 | ||
feNameTooLong | 22 | ||
feRecordTooLong | 23 | ||
feTooManyOpenFiles | 24 | ||
feTooManyCardFiles | 25 | ||
feCommsError | 26 | ||
feRemoteFile | 27 | ||
feNotRemoteFile | 28 | ||
feRecursiveRename | 29 | ||
feInvalidFromKeyboard | 30 | ||
feBadParameter | 31 | ||
feOutOfMemory | 32 | ||
feNoFileSystem | 33 | ||
feUnexpectedError | 34 | ||
feNotImplemented | 35 | ||
feTooManyCustomLocks | 36 |