资源简介
NHibernate
代码片段和文件信息
using System;
using System.Runtime.Serialization;
using System.Security;
using System.Security.Permissions;
namespace NHibernate
{
///
/// Wraps exceptions that occur during ADO.NET calls.
///
///
/// Exceptions thrown by various ADO.NET providers are not derived from
/// a common base class (SQLException in Java) so
/// is used instead in NHibernate.
///
[Serializable]
public class ADOException : HibernateException
{
private readonly string sql;
public ADOException()
{
}
///
/// Initializes a new instance of the class.
///
/// The message that describes the error.
///
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 628736 2015-01-20 19:04 build\NHibernate-4.0.3.GA\bin\net-4.0\FirebirdSql.Data.FirebirdClient.dll
文件 411648 2015-01-20 19:04 build\NHibernate-4.0.3.GA\bin\net-4.0\Npgsql.dll
文件 465248 2015-01-20 19:04 build\NHibernate-4.0.3.GA\bin\net-4.0\System.Data.SqlServerCe.dll
文件 12147 2015-01-20 19:04 build-common\common-project.xm
文件 13446 2015-01-20 21:11 build-common\common.xm
文件 557 2015-01-20 19:04 build-common\nhibernate-properties.xm
文件 1578 2015-01-20 19:04 build-common\teamcity-hibernate.cfg.xm
文件 241664 2015-01-20 19:04 lib\mono\1.0\log4net.dll
文件 45056 2015-01-20 19:04 lib\mono\1.0\nunit.fr
文件 270336 2015-01-20 19:04 lib\mono\NVelocity.dll
文件 13116 2015-01-20 19:04 lib\mono\NVelocity.license.txt
文件 13824 2015-01-20 19:04 lib\net\4.0\Iesi.Collections.dll
文件 24957 2015-01-20 19:04 lib\net\4.0\Iesi.Collections.license.txt
文件 38400 2015-01-20 19:04 lib\net\4.0\Iesi.Collections.pdb
文件 39117 2015-01-20 19:04 lib\net\4.0\Iesi.Collections.xm
文件 3318784 2015-01-20 21:55 lib\net\4.0\NHibernate.dll
文件 103424 2015-01-20 19:04 lib\net\Antlr3.Runtime.dll
文件 270336 2015-01-20 19:04 lib\net\log4net.dll
文件 11558 2015-01-20 19:04 lib\net\log4net.license.txt
文件 1365508 2015-01-20 19:04 lib\net\log4net.xm
文件 147456 2015-01-20 19:04 lib\net\nunit.fr
文件 579423 2015-01-20 19:05 lib\net\nunit.fr
文件 204800 2015-01-20 19:04 lib\net\Remotion.Linq.dll
文件 671232 2015-01-20 19:04 lib\net\Remotion.Linq.pdb
文件 350743 2015-01-20 19:05 lib\net\Remotion.Linq.xm
文件 96768 2015-01-20 21:06 lib\net\SharpTestsEx.NUnit.dll
文件 38212 2015-01-20 21:06 lib\net\SharpTestsEx.NUnit.xm
文件 2659 2015-01-20 21:06 lib\net\SharpTestsEx_License.txt
文件 45568 2015-01-20 19:04 lib\net\System.Linq.Dynamic.dll
文件 5506560 2015-01-20 19:04 lib\teamcity\firebird\x64\fbem
文件 148556 2015-01-20 19:04 lib\teamcity\firebird\x64\firebird.msg
............此处省略5192个文件信息
- 上一篇:POS收银系统
- 下一篇:研究生信息管理系统源码
评论
共有 条评论