VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Twain.ImageUploading.Ftp Namespace / ErrorCode Enumeration
Синтаксис Члены типа Иерархия Требования Смотрите также
В этом разделе
    ErrorCode Перечисление
    В этом разделе
    Specifies available codes of errors which can occur during an image uploading process to FTP server.
    Синтаксис
    'Declaration
    
    Public Enum ErrorCode
       Inherits System.Enum
    
    
    public enum ErrorCode : System.Enum
    
    
    __value public enum ErrorCode : public System.Enum
    
    
    public enum class ErrorCode : public System.Enum
    
    
    Члены типа
    Член типаОписание
    NoneNo errors.
    IllegalLogOnTypeNot correct logon type.
    CannotOpenControlChannelError at opening the control channel.
    CannotGetInitialMessageError at getting the initial message from server.
    ErrorToSendLogOnCommandToServerError at sending LOGON command to the server.
    ErrorToGetRespnseOnLogOnCommandFromServerError at getting response onto LOGON command from server.
    ErrorToLoggingOnServerError at logging onto the server.
    ErrorInInputFileDataError in image data.
    ErrorToSetBinaryTransferModeError at setting binary transfer mode.
    ErrorToCreatePathOnServerError at creating path on server.
    ErrorToSetPassiveTransferModeError at setting passive transfer mode.
    ErrorToSetActiveTransferModeError at setting active transfer mode.
    ErrorToInitStoreCommandError at initializing the STORE command.
    ErrorToGetResponseOntoStoreCommandError at getting response onto STORE command.
    ErrorToInitDataSocketError at initializing data socket.
    ErrorAtTransferringImageOntoServerError at transfering image to the server.
    TransferCanceledByUserTransfer is canceled by user.
    Иерархия наследования

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Twain.ImageUploading.Ftp.ErrorCode

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также