NPersistence Reference Guide
Thrown by the persistence provider when GetSingleResult()()()()or GetSingleResult()()()() is executed on a query and there is more than one result from the query.

This exception will not cause the current transaction, if one is active, to be marked for rollback.

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
public class NonUniqueResultException : PersistenceException

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NonUniqueResultException()()()()
Constructs a new NonUniqueResultException exception with null as its detail message.
NonUniqueResultException(String)
Constructs a new NonUniqueResultException exception with the specified detail message.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    NPersistence..::..PersistenceException
      NPersistence..::..NonUniqueResultException

See Also