Click or drag to resize

ShellBrowserException(String, Exception) Constructor

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.2
Syntax
public ShellBrowserException(
	string message,
	Exception innerException
)

Parameters

message  String
A detailed description of the error.
innerException  Exception
A reference to the inner exception that is the cause of this exception.
See Also