Click or drag to resize

ShellBoostException Constructor (String)

Initializes a new instance of the ShellBoostException class.

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

Parameters

message
Type: SystemString
The message that describes the error.
See Also