The ProblemDetectedEventArgs type exposes the following members.

Constructors

  NameDescription
Protected methodSupported by the .NET Compact FrameworkProblemDetectedEventArgs
Initializes a new instance of the ProblemDetectedEventArgs class (for internal use only).

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkCancel
Indicate to the sender that the operation should be canceled.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkFail
Indicate to the sender that an exception should be raised.
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkFollowLink
Indicate to the sender that the current link should be resolved.
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkIsOverwriteConditionPossible
Determines whether the specified overwrite condition is currently possible - use this to determine which overwrite conditions can be applied.
Public methodSupported by the .NET Compact FrameworkIsReactionPossible
Determines whether the specified reaction is currently possible - use this to determine which reactions can be applied.
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkOverwrite()()()()
Indicate to the sender that the current item should be overwritten.
Public methodSupported by the .NET Compact FrameworkOverwrite(OverwriteCondition)
Indicate to the sender that the current item should be overwritten if the specified condition is met.
Public methodSupported by the .NET Compact FrameworkRename()()()()
Indicate to the sender that the current item should be renamed. New name is generated from the current item according the pattern "filename[number].extension".
Public methodSupported by the .NET Compact FrameworkRename(String)
Indicate to the sender that the current item should be renamed.
Public methodSupported by the .NET Compact FrameworkResume
Indicate to the sender that the current item should be resumed.
Public methodSupported by the .NET Compact FrameworkRetry
Indicate to the sender that the operation on the current item should be retired.
Public methodSupported by the .NET Compact FrameworkSkip
Indicate to the sender that the problematic item should be skipped.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAction
Gets the current transfer action.
Public propertySupported by the .NET Compact FrameworkException
Gets the exception which will be raised if chosen Reaction is Fail.
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.
Public propertySupported by the .NET Compact FrameworkLocalPath
Gets the path of the local file or directory that is currently processed.
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.
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.
Public propertySupported by the .NET Compact FrameworkProblemType
Gets the type of the error that classifies the problem.
Public propertySupported by the .NET Compact FrameworkReaction
Gets the currently selected reaction to the current problem.
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.
Public propertySupported by the .NET Compact FrameworkRemotePath
Gets the path of the remote file or directory that is currently processed.
Public propertySupported by the .NET Compact FrameworkUserState
Gets a user state object.

See Also