Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an exception that is thrown during the attempt to apply the change to the file, if an exception was thrown.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public ReadOnly Property Exception As Exception
'Usage
Dim instance As SkippedChangeEventArgs
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
Exception^ get ();
}
/** @property */
public Exception get_Exception ()
public function get Exception () : Exception
Property Value
An exception that is thrown during the attempt to apply the change to the file. The default a 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 applying the change, such as a failure to obtain write access to the file.
See Also
Reference
SkippedChangeEventArgs Class
SkippedChangeEventArgs Members
Microsoft.Synchronization.Files Namespace