Share via


DataAccessLayerException Class

Definition

Represents the exception that is thrown when there is an error accessing data that is layer specific.

public ref class DataAccessLayerException : Exception
[System.Serializable]
public class DataAccessLayerException : Exception
type DataAccessLayerException = class
    inherit Exception
Public Class DataAccessLayerException
Inherits Exception
Inheritance
DataAccessLayerException
Derived
Attributes

Constructors

DataAccessLayerException()

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

DataAccessLayerException(SerializationInfo, StreamingContext)

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

DataAccessLayerException(String)

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

DataAccessLayerException(String, Exception)

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

Applies to