NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Thrown by the persistence provider when
GetSingleResult()()()()or GetSingleResult()()()() is executed on a
query and there is more than one result from the query.
Namespace: NPersistenceThis exception will not cause the current transaction, if one is active, to be marked for rollback.
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 |
Member | Description | |
---|---|---|
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
System..::..Exception
NPersistence..::..PersistenceException
NPersistence..::..NonUniqueResultException