ShellBrowserException Constructor (String) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public ShellBrowserException(
string message
)
Public Sub New (
message As String
)
public:
ShellBrowserException(
String^ message
)
new :
message : string -> ShellBrowserException
Parameters
- message
- Type: SystemString
A detailed description of the error.
See Also