Click or drag to resize

ShellBoostExceptionGetCode Method

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

Namespace:  callback.ShellBoost.Core
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 ShellBoost error message.
See Also