CapePersistenceNotFoundException Class

An exception class that indicates that the persistence was not found.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[SerializableAttribute]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("271B9E29-637E-4eb0-9588-8A53203A3959")]
public class CapePersistenceNotFoundException : CapePersistenceException, 
	ECapePersistenceNotFound
Inheritance
Object    Exception    ApplicationException    CapeUserException    CapePersistenceException    CapePersistenceNotFoundException
Implements
ECapePersistenceNotFound

Remarks

The requested object, table, or something else within the persistence system was not found.

Constructors

CapePersistenceNotFoundException(String) Initializes a new instance of the CapePersistenceNotFoundException class.
CapePersistenceNotFoundException(String, String) Initializes a new instance of the CapePersistenceNotFoundException class with a specified error message.
CapePersistenceNotFoundException(SerializationInfo, StreamingContext, String) Initializes a new instance of the CapePersistenceNotFoundException class with serialized data.
CapePersistenceNotFoundException(String, Exception, String) Initializes a new instance of the CapePersistenceNotFoundException class with a specified error message and a erence to the inner exception that is the cause of this exception.

Properties

code Code to designate the subcategory of the error.
(Inherited from CapeUserException)
description The description of the error.
(Inherited from CapeUserException)
interfaceName The name of the interface where the error is thrown. This is a mandatory field."
(Inherited from CapeUserException)
itemName Name of the item that was not found that is the cause of this exception.
moreInfo An URL to a page, document, web site, where more information on the error can be found. The content of this information is obviously implementation dependent.
(Inherited from CapeUserException)
Name The name of the exception being thrown.
(Inherited from CapeUserException)
operation The name of the operation where the error is thrown. This is a mandatory field.
(Inherited from CapeUserException)
scope The scope of the error.
(Inherited from CapeUserException)

Methods

Initialize Initializes the description, interface name and name fields of this exception.
(Inherited from CapePersistenceException)
Initialize(String) Initializes the description, interface name and name fields of this exception.

Fields

m_description The description of the exception being thrown.
(Inherited from CapeUserException)
m_interfaceName The name of the exception interface for the exception being thrown.
(Inherited from CapeUserException)
m_ItemName 
m_name The name of the exception being thrown.
(Inherited from CapeUserException)

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also