Click or drag to resize

ShellBoostException Constructor (Exception)

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(
	Exception innerException
)

Parameters

innerException
Type: SystemException
The inner exception.
See Also