📄 win32exception.cpp
字号:
{
m_sErrorName = "ERROR_REQ_NOT_ACCEP";
m_sErrorDescription = "No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 72:
{
m_sErrorName = "ERROR_REDIR_PAUSED";
m_sErrorDescription = "The specified printer or disk device has been paused. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 80:
{
m_sErrorName = "ERROR_FILE_EXISTS";
m_sErrorDescription = "The file exists. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 82:
{
m_sErrorName = "ERROR_CANNOT_MAKE";
m_sErrorDescription = "The directory or file cannot be created. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 83:
{
m_sErrorName = "ERROR_FAIL_I24";
m_sErrorDescription = "Fail on INT 24. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 84:
{
m_sErrorName = "ERROR_OUT_OF_STRUCTURES";
m_sErrorDescription = "Storage to process this request is not available. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 85:
{
m_sErrorName = "ERROR_ALREADY_ASSIGNED";
m_sErrorDescription = "The local device name is already in use. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 86:
{
m_sErrorName = "ERROR_INVALID_PASSWORD";
m_sErrorDescription = "The specified network password is not correct. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 87:
{
m_sErrorName = "ERROR_INVALID_PARAMETER";
m_sErrorDescription = "The parameter is incorrect. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 88:
{
m_sErrorName = "ERROR_NET_WRITE_FAULT";
m_sErrorDescription = "A write fault occurred on the network. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 89:
{
m_sErrorName = "ERROR_NO_PROC_SLOTS";
m_sErrorDescription = "The system cannot start another process at this time. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 100:
{
m_sErrorName = "ERROR_TOO_MANY_SEMAPHORES";
m_sErrorDescription = "Cannot create another system semaphore. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 101:
{
m_sErrorName = "ERROR_EXCL_SEM_ALREADY_OWNED";
m_sErrorDescription = "The exclusive semaphore is owned by another process. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 102:
{
m_sErrorName = "ERROR_SEM_IS_SET";
m_sErrorDescription = "The semaphore is set and cannot be closed. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 103:
{
m_sErrorName = "ERROR_TOO_MANY_SEM_REQUESTS";
m_sErrorDescription = "The semaphore cannot be set again. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 104:
{
m_sErrorName = "ERROR_INVALID_AT_INTERRUPT_TIME";
m_sErrorDescription = "Cannot request exclusive semaphores at interrupt time. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 105:
{
m_sErrorName = "ERROR_SEM_OWNER_DIED";
m_sErrorDescription = "The previous ownership of this semaphore has ended. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 106:
{
m_sErrorName = "ERROR_SEM_USER_LIMIT";
m_sErrorDescription = "Insert the diskette for drive %1. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 107:
{
m_sErrorName = "ERROR_DISK_CHANGE";
m_sErrorDescription = "The program stopped because an alternate diskette was not inserted. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 108:
{
m_sErrorName = "ERROR_DRIVE_LOCKED";
m_sErrorDescription = "The disk is in use or locked by another process. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 109:
{
m_sErrorName = "ERROR_BROKEN_PIPE";
m_sErrorDescription = "The pipe has been ended. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 110:
{
m_sErrorName = "ERROR_OPEN_FAILED";
m_sErrorDescription = "The system cannot open the device or file specified. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 111:
{
m_sErrorName = "ERROR_BUFFER_OVERFLOW";
m_sErrorDescription = "The file name is too long. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 112:
{
m_sErrorName = "ERROR_DISK_FULL";
m_sErrorDescription = "There is not enough space on the disk. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 113:
{
m_sErrorName = "ERROR_NO_MORE_SEARCH_HANDLES";
m_sErrorDescription = "No more internal file identifiers available. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 114:
{
m_sErrorName = "ERROR_INVALID_TARGET_HANDLE";
m_sErrorDescription = "The target internal file identifier is incorrect. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 117:
{
m_sErrorName = "ERROR_INVALID_CATEGORY";
m_sErrorDescription = "The IOCTL call made by the application program is not correct. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 118:
{
m_sErrorName = "ERROR_INVALID_VERIFY_SWITCH";
m_sErrorDescription = "The verify-on-write switch parameter value is not correct. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 119:
{
m_sErrorName = "ERROR_BAD_DRIVER_LEVEL";
m_sErrorDescription = "The system does not support the command requested. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 120:
{
m_sErrorName = "ERROR_CALL_NOT_IMPLEMENTED";
m_sErrorDescription = "This function is not supported on this system. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 121:
{
m_sErrorName = "ERROR_SEM_TIMEOUT";
m_sErrorDescription = "The semaphore timeout period has expired. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 122:
{
m_sErrorName = "ERROR_INSUFFICIENT_BUFFER";
m_sErrorDescription = "The data area passed to a system call is too small. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 123:
{
m_sErrorName = "ERROR_INVALID_NAME";
m_sErrorDescription = "The filename, directory name, or volume label syntax is incorrect. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 124:
{
m_sErrorName = "ERROR_INVALID_LEVEL";
m_sErrorDescription = "The system call level is not correct. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 125:
{
m_sErrorName = "ERROR_NO_VOLUME_LABEL";
m_sErrorDescription = "The disk has no volume label. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 126:
{
m_sErrorName = "ERROR_MOD_NOT_FOUND";
m_sErrorDescription = "The specified module could not be found. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 127:
{
m_sErrorName = "ERROR_PROC_NOT_FOUND";
m_sErrorDescription = "The specified procedure could not be found. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 128:
{
m_sErrorName = "ERROR_WAIT_NO_CHILDREN";
m_sErrorDescription = "There are no child processes to wait for. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 129:
{
m_sErrorName = "ERROR_CHILD_NOT_COMPLETE";
m_sErrorDescription = "The %1 application cannot be run in Win32 mode. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 130:
{
m_sErrorName = "ERROR_DIRECT_ACCESS_HANDLE";
m_sErrorDescription = "Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 131:
{
m_sErrorName = "ERROR_NEGATIVE_SEEK";
m_sErrorDescription = "An attempt was made to move the file pointer before the beginning of the file. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 132:
{
m_sErrorName = "ERROR_SEEK_ON_DEVICE";
m_sErrorDescription = "The file pointer cannot be set on the specified device or file. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 133:
{
m_sErrorName = "ERROR_IS_JOIN_TARGET";
m_sErrorDescription = "A JOIN or SUBST command cannot be used for a drive that contains previously joined drives. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 134:
{
m_sErrorName = "ERROR_IS_JOINED";
m_sErrorDescription = "An attempt was made to use a JOIN or SUBST command on a drive that has already been joined. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 135:
{
m_sErrorName = "ERROR_IS_SUBSTED";
m_sErrorDescription = "An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 136:
{
m_sErrorName = "ERROR_NOT_JOINED";
m_sErrorDescription = "The system tried to delete the JOIN of a drive that is not joined. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 137:
{
m_sErrorName = "ERROR_NOT_SUBSTED";
m_sErrorDescription = "The system tried to delete the substitution of a drive that is not substituted. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 138:
{
m_sErrorName = "ERROR_JOIN_TO_JOIN";
m_sErrorDescription = "The system tried to join a drive to a directory on a joined drive. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 139:
{
m_sErrorName = "ERROR_SUBST_TO_SUBST";
m_sErrorDescription = "The system tried to substitute a drive to a directory on a substituted drive. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 140:
{
m_sErrorName = "ERROR_JOIN_TO_SUBST";
m_sErrorDescription = "The system tried to join a drive to a directory on a substituted drive. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 141:
{
m_sErrorName = "ERROR_SUBST_TO_JOIN";
m_sErrorDescription = "The system tried to SUBST a drive to a directory on a joined drive. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 142:
{
m_sErrorName = "ERROR_BUSY_DRIVE";
m_sErrorDescription = "The system cannot perform a JOIN or SUBST at this time. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 143:
{
m_sErrorName = "ERROR_SAME_DRIVE";
m_sErrorDescription = "The system cannot join or substitute a drive to or for a directory on the same drive. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 144:
{
m_sErrorName = "ERROR_DIR_NOT_ROOT";
m_sErrorDescription = "The directory is not a subdirectory of the root directory. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 145:
{
m_sErrorName = "ERROR_DIR_NOT_EMPTY";
m_sErrorDescription = "The directory is not empty. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 146:
{
m_sErrorName = "ERROR_IS_SUBST_PATH";
m_sErrorDescription = "The path specified is being used in a substitute. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 147:
{
m_sErrorName = "ERROR_IS_JOIN_PATH";
m_sErrorDescription = "Not enough resources are available to process this command. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 148:
{
m_sErrorName = "ERROR_PATH_BUSY";
m_sErrorDescription = "The path specified cannot be used at this time. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 149:
{
m_sErrorName = "ERROR_IS_SUBST_TARGET";
m_sErrorDescription = "An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 150:
{
m_sErrorName = "ERROR_SYSTEM_TRACE";
m_sErrorDescription = "System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 151:
{
m_sErrorName = "ERROR_INVALID_EVENT_COUNT";
m_sErrorDescription = "The number of specified semaphore events for DosMuxSemWait is not correct. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 152:
{
m_sErrorName = "ERROR_TOO_MANY_MUXWAITERS";
m_sErrorDescription = "DosMuxSemWait did not execute; too many semaphores are already set. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 153:
{
m_sErrorName = "ERROR_INVALID_LIST_FORMAT";
m_sErrorDescription = "The DosMuxSemWait list is not correct. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 154:
{
m_sErrorName = "ERROR_LABEL_TOO_LONG";
m_sErrorDescription = "The volume label you entered exceeds the label character limit of the target file system. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 155:
{
m_sErrorName = "ERROR_TOO_MANY_TCBS";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -