AtomsFramework Persistence Layer Reference Guide

AtomsFrameworkException Class

[This is preliminary documentation and subject to change.]

Generic exception for unspecified errors thrown by the framework.

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

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         Derived types

[Visual Basic]
Public Class AtomsFrameworkException
    Inherits Exception
[C#]
public class AtomsFrameworkException : Exception

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

This exception class is inherited by all other framework exceptions and is also used when there is not a more suitable specific exception to be thrown.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

AtomsFrameworkException Members | AtomsFramework Namespace