ShellBrowserException(Int32) Constructor |
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic ShellBrowserException(
int hResult
)
Public Sub New (
hResult As Integer
)
public:
ShellBrowserException(
int hResult
)
new :
hResult : int -> ShellBrowserExceptionParameters
- hResult Int32
- The Win32 error code associated with this exception.
See Also