Click or drag to resize

ShellBrowserException(Int32) Constructor

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

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

Parameters

hResult  Int32
The Win32 error code associated with this exception.
See Also