ShellBrowserException(Exception) Constructor |
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic ShellBrowserException(
Exception innerException
)
Public Sub New (
innerException As Exception
)
public:
ShellBrowserException(
Exception^ innerException
)
new :
innerException : Exception -> ShellBrowserExceptionParameters
- innerException Exception
- A reference to the inner exception that is the cause of this exception.
See Also