Click or drag to resize

SynchronizationException Constructor (String)

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(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also