The SftpBatchTransferException type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCode
Gets the SftpErrorCode of the exception.
(Inherited from SftpException.)
Public propertySupported by the .NET Compact FrameworkData
Gets a collection of key/value pairs that provide additional information about the exception.
(Inherited from NetworkSessionException.)
Public propertySupported by the .NET Compact FrameworkHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkLocalPath
Gets the path of the local file or directory which is currently processed or null (Nothing in Visual Basic) if not available.
(Inherited from SftpException.)
Public propertySupported by the .NET Compact FrameworkMessage
Gets a message that describes the current exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkProblemType
Gets the type of the problem which occurred at multi-file operation.
(Inherited from SftpException.)
Public propertySupported by the .NET Compact FrameworkProtocolCode
Gets the protocol error code, if available (usually when Status is set to ProtocolError).
(Inherited from NetworkSessionException.)
Public propertySupported by the .NET Compact FrameworkProtocolMessage
Gets the protocol error message, if available (usually when Status is set to ProtocolError).
(Inherited from NetworkSessionException.)
Public propertySupported by the .NET Compact FrameworkRemotePath
Gets the path of the remote file or directory which is currently processed or null (Nothing in Visual Basic) if not available.
(Inherited from SftpException.)
Public propertySupported by the .NET Compact FrameworkSource
Gets or sets the name of the application or the object that causes the error.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkStackTrace
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkStatus
Gets the status of the response.
(Inherited from SftpException.)
Public propertySupported by the .NET Compact FrameworkTargetSite
Gets the method that throws the current exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkTransferred
Gets the amount of data transferred before the exception occurred.
(Inherited from SftpException.)

See Also