Click or drag to resize

ShellBrowserException(String) Constructor

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

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

Parameters

message  String
A detailed description of the error.
See Also