ShellBoostException.GetCode 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 public static int GetCode(
string message
)
Parameters
- message
- Type: System.String
The message.
Return Value
Type:
Int32The error numeric code or -1 if the message is not a ShellBoost error message.
See Also