Click or drag to resize

SynchronizationExceptionGetCode Method

Gets the numeric code of a Synchronization error from its message text.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int GetCode(
	string message
)

Parameters

message
Type: SystemString
The message.

Return Value

Type: Int32
The error numeric code or -1 if the message is not a Synchronization error message.
See Also