SkippedFileDetectEventArgs::Exception Property

Gets an exception that is thrown during the attempt to analyze the file.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public:
property Exception^ Exception {
	Exception^ get ();
}

Property Value

Type: System::Exception
An exception that is thrown during the attempt to analyze the file. The default is nullptr.

An exception that is contained in this property will typically be thrown by the file system to indicate a problem has occurred while analyzing the change, such as a failure to obtain read access to the file.

Show: