Click or drag to resize

ShellBrowserException Class

(Serializable) exception for signaling ShellBrowser errors.
Inheritance Hierarchy
SystemObject
  SystemException
    SystemSystemException
      System.Runtime.InteropServicesExternalException
        System.ComponentModelWin32Exception
          Jam.ShellShellBrowserException

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
[SerializableAttribute]
public class ShellBrowserException : Win32Exception

The ShellBrowserException type exposes the following members.

Constructors
 NameDescription
Public methodShellBrowserExceptionDefault 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