NLite by netcasewqs

<PackageReference Include="NLite" Version="0.9.3.20" />

.NET API 493,568 bytes

 ExceptionCode

public class ExceptionCode : IExceptionCode
public virtual int CustomExceptionEnd { get; }

public virtual int CustomExceptionStart { get; }

public virtual int DbExceptionEnd { get; }

public virtual int DbExceptionStart { get; }

public virtual int DeleteException { get; }

public virtual int DomainExceptionEnd { get; }

public virtual int DomainExceptionStart { get; }

public virtual int InsertException { get; }

public virtual int PersistenceException { get; }

public virtual int QueryException { get; }

public virtual int Success { get; }

public virtual int UnknowExceptionCode { get; }

public virtual int UpdateException { get; }

public ExceptionCode()