Cape Persistence Not Found Exception(String) Constructor
Initializes a new instance of the CapePersistenceNotFoundException class.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public CapePersistenceNotFoundException(
string itemName
)VB
Public Sub New (
itemName As String
)Parameters
- itemName String
- Name of the item that was not found that is the cause of this exception.
Remarks
This constructor initializes the Message property of the new instance to a
system-supplied message that describes the error, such as "An application
error has occurred." This message takes into account the current system
culture.