ShellBrowserException Constructor (String, Exception) |
Initializes a new instance of the
ShellBrowserException class with the specified detailed description and the specified exception.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public ShellBrowserException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ShellBrowserException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ShellBrowserException
Parameters
- message
- Type: SystemString
A detailed description of the error. - innerException
- Type: SystemException
A reference to the inner exception that is the cause of this exception.
See Also