Share via


DataItemDoesNotExistException Class

Definition

Represents the exception that is thrown when there is a layer-specific data access error because an item does not exist that is required to complete a query.

public ref class DataItemDoesNotExistException : Microsoft::EnterpriseManagement::Common::DataAccessLayerException
[System.Serializable]
public class DataItemDoesNotExistException : Microsoft.EnterpriseManagement.Common.DataAccessLayerException
type DataItemDoesNotExistException = class
    inherit DataAccessLayerException
Public Class DataItemDoesNotExistException
Inherits DataAccessLayerException
Inheritance
DataItemDoesNotExistException
Attributes

Constructors

DataItemDoesNotExistException()

Initializes a new instance of the DataItemDoesNotExistException class with default values.

DataItemDoesNotExistException(SerializationInfo, StreamingContext)

Initializes a new instance of the DataItemDoesNotExistException class with serialized data.

DataItemDoesNotExistException(String, Exception)

Initializes a new instance of the DataItemDoesNotExistException class with an error message and inner exception.

DataItemDoesNotExistException(String)

Initializes a new instance of the DataItemDoesNotExistException class by specifying the error message that describes the current exception.

Applies to