ShellBrowserException Constructor (Exception) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public ShellBrowserException(
Exception innerException
)
Public Sub New (
innerException As Exception
)
public:
ShellBrowserException(
Exception^ innerException
)
new :
innerException : Exception -> ShellBrowserException
Parameters
- innerException
- Type: SystemException
A reference to the inner exception that is the cause of this exception.
See Also