Ошибки WindowsИнформация
ERROR_SUCCESS (0)ERROR_SUCCESS (0) — The Operation Completed Successfully
The operation completed without errors.
windows
Подробнее ERROR_ALREADY_EXISTS (183)The file or directory already exists when attempting to create it.
A CreateFile with CREATE_NEW or CreateDirectory found an existing target.
Check for existence before creating. Use OPEN_EXISTING or OPEN_ALWAYS instead of CREATE_NEW. Delete the existing item first.
ERROR_SUCCESS (0)The operation completed without errors.
ERROR_PATH_NOT_FOUND (3)The system cannot find the specified path.
WSAENOTCONN (10057)A send or receive was attempted on a socket that is not connected.
ERROR_BAD_NETPATH (53)The network path could not be found.
System.NullReferenceExceptionAn attempt was made to use an object reference that is null.
ERROR_OUTOFMEMORY (14)The system ran out of storage space.