AtomsFramework Persistence Layer Reference Guide

DatabaseConnectionException Class

[This is preliminary documentation and subject to change.]

Indicates an error occured while connecting to a database.

For a list of all members of this type, see DatabaseConnectionException Members.

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         AtomsFramework.DatabaseConnectionException

[Visual Basic]
NotInheritable Public Class DatabaseConnectionException
    Inherits AtomsFrameworkException
[C#]
public sealed class DatabaseConnectionException : AtomsFrameworkException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The exception should contain a message to help diagnose the problem. Further information can usually be found in the inner exception.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

DatabaseConnectionException Members | AtomsFramework Namespace