Click or drag to resize

ShellBoostException Class

The exception that is thrown when there is a ShellBoost error.
Inheritance Hierarchy
SystemObject
  SystemException
    ShellBoost.CoreShellBoostException

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
[SerializableAttribute]
public class ShellBoostException : Exception

The ShellBoostException type exposes the following members.

Constructors
  NameDescription
Public methodShellBoostException
Initializes a new instance of the ShellBoostException class.
Public methodShellBoostException(Exception)
Initializes a new instance of the ShellBoostException class.
Public methodShellBoostException(String)
Initializes a new instance of the ShellBoostException class.
Protected methodShellBoostException(SerializationInfo, StreamingContext)
Initializes a new instance of the ShellBoostException class.
Public methodShellBoostException(String, Exception)
Initializes a new instance of the ShellBoostException class.
Top
Properties
  NameDescription
Public propertyCode
Gets the numeric code of this ShellBoost error.
Top
Methods
  NameDescription
Public methodStatic memberGetCode
Gets the numeric code of a ShellBoost error from its message text.
Top
Fields
  NameDescription
Public fieldStatic memberPrefix
The prefix of all ShellBoost errors.
Top
Extension Methods
  NameDescription
Public Extension MethodEnumerateAllExceptions
Enumerates all exceptions and inner exceptions from a given exception.
(Defined by Extensions.)
Public Extension MethodGetAllMessagesOverloaded.
Gets a compilation of all messages of an exception.
(Defined by Extensions.)
Public Extension MethodGetAllMessages(String)Overloaded.
Gets a compilation of all messages of an exception.
(Defined by Extensions.)
Public Extension MethodGetInterestingException
Gets the interesting exception from an exception. Removes intermediate TargetInvocationExceptions.
(Defined by Extensions.)
Public Extension MethodGetInterestingExceptionMessage
Gets the interesting message from an exception. Removes intermediate TargetInvocationExceptions.
(Defined by Extensions.)
Public Extension MethodIsSharingViolation
Determines whether the specified exception represents a sharing violation error.
(Defined by IOUtilities.)
Top
See Also