SkippedChangeEventArgs Class
Provides data for the SkippedChange event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.Files.SkippedChangeEventArgs
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public Class SkippedChangeEventArgs _
Inherits EventArgs
'Usage
Dim instance As SkippedChangeEventArgs
public class SkippedChangeEventArgs : EventArgs
public ref class SkippedChangeEventArgs : public EventArgs
type SkippedChangeEventArgs =
class
inherit EventArgs
end
public class SkippedChangeEventArgs extends EventArgs
The SkippedChangeEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
ChangeType | Gets the type of change that would have been applied. | |
CurrentFilePath | Gets the current path for the file. The path is relative to the root directory. | |
Exception | Gets an exception that is thrown during the attempt to apply the change to the file, if an exception was thrown. | |
NewFilePath | Gets the new path the file would have if the change were applied. The path is relative to the root directory. | |
SkipReason | Gets the reason the change could not be applied to the file. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
The SkippedChange event is fired when a change is skipped during change application. The reason for the skip is indicated by SkipReason.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.