Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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)
Syntax
'Declaration
Public ReadOnly Property Exception As Exception
Get
'Usage
Dim instance As SkippedFileDetectEventArgs
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception
Property Value
Type: System.Exception
An exception that is thrown during the attempt to analyze the file. The default is null reference (Nothing in Visual Basic).
Remarks
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.