Table of Contents

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

inner Exception

DbEntityException(string, Exception)

public DbEntityException(string s, Exception exception)

Parameters

s string
exception Exception

Properties

Message

public override string Message { get; }

Property Value

string