Class DbEntityException
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class DbEntityException : Exception, ISerializable, _Exception
- Inheritance
-
DbEntityException
- Implements
- Inherited Members
Constructors
DbEntityException(Exception)
public DbEntityException(Exception inner)
Parameters
innerException
DbEntityException(string, Exception)
public DbEntityException(string s, Exception exception)
Parameters
Properties
Message
public override string Message { get; }