Click or drag to resize

ShellBrowserException(Exception) Constructor

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

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

Parameters

innerException  Exception
A reference to the inner exception that is the cause of this exception.
See Also