Amss.Boilerplate.Persistence.Impl.Configuration.MsSql2005DatabaseConfigurator.GetSqlExceptionConverterType C# (CSharp) Method

GetSqlExceptionConverterType() protected method

protected GetSqlExceptionConverterType ( ) : Type
return System.Type
        protected override Type GetSqlExceptionConverterType()
        {
            return typeof(MsSqlExceptionConverter);
        }