NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
Thrown by the persistence provider when
M:Query.getSingleResult or
M:TypedQuery`1.getSingleResult is executed on a query
and there is no result to return.
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 NoResultException : PersistenceException
Members
All Members | Constructors |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
NoResultException()()()() | Constructs a new NoResultException exception with
null as its detail message.
| |
NoResultException(String) | Constructs a new NoResultException exception with the
specified detail message.
|
Inheritance Hierarchy
System..::..Object
System..::..Exception
NPersistence..::..PersistenceException
NPersistence..::..NoResultException
System..::..Exception
NPersistence..::..PersistenceException
NPersistence..::..NoResultException