The FtpProblemDetectedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAction
Gets the current transfer action.
(Inherited from ProblemDetectedEventArgs.)
Public propertySupported by the .NET Compact FrameworkException
Gets the exception which will be raised if chosen Reaction is Fail.
(Inherited from ProblemDetectedEventArgs.)
Public propertySupported by the .NET Compact FrameworkLocalItem
Gets the local file or directory that is currently processed or null (Nothing in Visual Basic) if not available.
(Inherited from ProblemDetectedEventArgs.)
Public propertySupported by the .NET Compact FrameworkLocalPath
Gets the path of the local file or directory that is currently processed.
(Inherited from ProblemDetectedEventArgs.)
Public propertySupported by the .NET Compact FrameworkNewName
Gets the new name for the currently processed file or directory. If the chosen reaction is not Rename, this property is ignored.
(Inherited from ProblemDetectedEventArgs.)
Public propertySupported by the .NET Compact FrameworkOverwriteCondition
Gets the condition to apply for the Overwrite reaction. If the chosen reaction is not Overwrite, this property is ignored.
(Inherited from ProblemDetectedEventArgs.)
Public propertySupported by the .NET Compact FrameworkProblemType
Gets the type of the error that classifies the problem.
(Inherited from ProblemDetectedEventArgs.)
Public propertySupported by the .NET Compact FrameworkReaction
Gets the currently selected reaction to the current problem.
(Inherited from ProblemDetectedEventArgs.)
Public propertySupported by the .NET Compact FrameworkRemoteItem
Gets the remote file or directory that is currently processed or null (Nothing in Visual Basic) if not available.
(Inherited from ProblemDetectedEventArgs.)
Public propertySupported by the .NET Compact FrameworkRemotePath
Gets the path of the remote file or directory that is currently processed.
(Inherited from ProblemDetectedEventArgs.)
Public propertySupported by the .NET Compact FrameworkUserState
Gets a user state object.
(Inherited from ProblemDetectedEventArgs.)

See Also