ShellBoostExceptionGetCode Method |
Gets the numeric code of a ShellBoost error from its message text.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static int GetCode(
string message
)
Parameters
- message
- Type: SystemString
The message.
Return Value
Type:
Int32The error numeric code or -1 if the message is not a ShellBoost error message.
See Also