Click or drag to resize

SynchronizationExceptionGetCode Method

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

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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