AtomsFramework Persistence Layer Reference Guide

NothingUpdatedException Class

[This is preliminary documentation and subject to change.]

Indicates that nothing was updated while persisting an object.

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

System.Object
   System.Exception
      AtomsFramework.AtomsFrameworkException
         AtomsFramework.NothingUpdatedException

[Visual Basic]
NotInheritable Public Class NothingUpdatedException
    Inherits AtomsFrameworkException
[C#]
public sealed class NothingUpdatedException : 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 different to a normal Save exception to allow finer grained control over the error handling in your application (for example, you may expect this exception to occur). The error indicates that no records in the database matched the where criteria of the update statement.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

NothingUpdatedException Members | AtomsFramework Namespace