ShellBrowserException(String) Constructor |
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic ShellBrowserException(
string message
)
Public Sub New (
message As String
)
public:
ShellBrowserException(
String^ message
)
new :
message : string -> ShellBrowserExceptionParameters
- message String
- A detailed description of the error.
See Also