Click or drag to resize

ShellBrowserException Class

(Serializable) exception for signaling ShellBrowser errors.
Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
[SerializableAttribute]
public class ShellBrowserException : Win32Exception
Constructors
  NameDescription
Public methodShellBrowserException
Default constructor.
Public methodShellBrowserException(Exception)
Initializes a new instance of the ShellBrowserException class with the specified exception.
Public methodShellBrowserException(Int32)
Initializes a new instance of the ShellBrowserException class with the specified error.
Public methodShellBrowserException(String)
Initializes a new instance of the ShellBrowserException class with the specified detailed description.
Public methodShellBrowserException(String, Exception)
Initializes a new instance of the ShellBrowserException class with the specified detailed description and the specified exception.
Top
See Also