CapePersistenceNotFoundException(String, String) Constructor

Initializes a new instance of the CapePersistenceNotFoundException class with a specified error message.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public CapePersistenceNotFoundException(
	string message,
	string itemName
)

Parameters

message  String
A message that describes the error.
itemName  String
Name of the item that was not found that is the cause of this exception.

Remarks

The content of the message parameter is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.

This message takes into account the current system culture.

See Also