ShellBrowserException(String, Exception) Constructor |
Initializes a new instance of the
ShellBrowserException class with the specified detailed description and the specified exception.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 -> ShellBrowserExceptionParameters
- message String
- A detailed description of the error.
- innerException Exception
- A reference to the inner exception that is the cause of this exception.
See Also