Click or drag to resize

SynchronizationException Constructor (Exception)

Initializes a new instance of the SynchronizationException class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public SynchronizationException(
	Exception innerException
)

Parameters

innerException
Type: SystemException
The inner exception.
See Also