DataItemDoesNotExistException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |