Click or drag to resize

ShellBrowserException Constructor (Exception)

Initializes a new instance of the ShellBrowserException class with the specified exception.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
public ShellBrowserException(
	Exception innerException
)

Parameters

innerException
Type: SystemException
A reference to the inner exception that is the cause of this exception.
See Also