AtomsFramework Persistence Layer Reference Guide

DeleteException Class

[This is preliminary documentation and subject to change.]

Exception to indicate an error occurred during object deletion.

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

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         AtomsFramework.DeleteException

[Visual Basic]
NotInheritable Public Class DeleteException
    Inherits AtomsFrameworkException
[C#]
public sealed class DeleteException : 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

This exception is thrown when either an error occurs during the deletion of an object, or no records could be found in the database to delete.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

DeleteException Members | AtomsFramework Namespace