FileDialog.ExtendedError (read-only, FileDialogExtendedError)
Extended error info. Valid only if the dialog fails and generates a trappable error or exception.
FileDialog.ExtendedError
The property syntax has these parts:
Part | Description |
---|---|
Value (FileDialogExtendedError) | Extended error info. Valid only if the dialog fails and generates a trappable error or exception. |
The (symbolic) values for FileDialogExtendedError are:
Constant | Value | Description |
---|---|---|
fdBufferTooSmall | 12291 | Indicates that the buffer to receive the file name is too small |
fdFileNameCodes | 12288 | (unknown what this is!) |
fdInvalidFileName | 12290 | Indicates that the file name contains illegal characters |
fdSubClassFailure | 12289 | An attempt to subclass a list box failed because sufficient memory was not available. |