Gets the type of the problem which occurred at multi-file operation.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public ReadOnly Property ProblemType As TransferProblemType
	Get
C#
public TransferProblemType ProblemType { get; }

Field Value

Type of the problem closely describes error at suboperation.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also