ShellBrowserException Constructor (Int32) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public ShellBrowserException(
int hResult
)
Public Sub New (
hResult As Integer
)
public:
ShellBrowserException(
int hResult
)
new :
hResult : int -> ShellBrowserException
Parameters
- hResult
- Type: SystemInt32
The Win32 error code associated with this exception.
See Also