Click or drag to resize

ShellBrowserException Constructor (String, Exception)

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public ShellBrowserException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
A detailed description of the error.
innerException
Type: SystemException
A reference to the inner exception that is the cause of this exception.
See Also