Provides a more convenient way to throw an Exception using a generic "DatabaseError" as the default message.

Namespace:  Phoenix.DAL
Assembly:  Phoenix.DAL (in Phoenix.DAL.dll) Version: 2.9.3209.25656 (2.9.0.0)

Syntax

C#
[SerializableAttribute]
public class DataAccessException : PhoenixException

Remarks

Class diagram

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Phoenix.Utilities..::.PhoenixException
      Phoenix.DAL..::.DataAccessException

See Also