Click or drag to resize

ShellBrowserException Constructor (Int32)

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

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

Parameters

hResult
Type: SystemInt32
The Win32 error code associated with this exception.
See Also