Click or drag to resize

ShellBrowserException Constructor (String)

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

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

Parameters

message
Type: SystemString
A detailed description of the error.
See Also