CvbException Class

CVB.Net Documentation
Base exception for all Stemmer.Cvb exceptions.
Inheritance Hierarchy

SystemObject
  SystemException
    SystemSystemException
      System.Runtime.InteropServicesExternalException
        Stemmer.CvbCvbException

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

[SerializableAttribute]
public class CvbException : ExternalException

The CvbException type exposes the following members.

Constructors

  NameDescription
Protected methodCvbException
Creates a generic CVB exception object with the generic error code and no message text.
Protected methodCvbException(Int32)
Creates a generic CVB exception object with the given errorCode and no message text.
Public methodCvbException(String)
Creates a generic CVB exception object with the generic error code and the given message.
Public methodCvbException(String, Int32)
Creates a generic CVB exception object with the given message and errorCode.
Top
Properties

  NameDescription
Public propertyData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from Exception.)
Public propertyErrorCode
Gets the HRESULT of the error.
(Inherited from ExternalException.)
Public propertyHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from Exception.)
Protected propertyHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception.)
Public propertyInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertyMessage
Gets a message that describes the current exception.
(Inherited from Exception.)
Public propertySource
Gets or sets the name of the application or the object that causes the error.
(Inherited from Exception.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from Exception.)
Public propertyTargetSite
Gets the method that throws the current exception.
(Inherited from Exception.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromCvbResult(Int32)
Returns the appropriate Exception object based on the given errorCode.
Public methodStatic memberFromCvbResult(Int32, String)
Returns the appropriate Exception object based on the given errorCode with the given message text.
Public methodGetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Inherited from Exception.)
Public methodGetType
Gets the runtime type of the current instance.
(Inherited from Exception.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that contains the HRESULT of the error.
(Inherited from ExternalException.)
Top
Events

  NameDescription
Protected eventSerializeObjectState
Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.
(Inherited from Exception.)
Top
See Also

Reference