Deveel.Data.Sql.MissingPrimaryKeyException.MissingPrimaryKeyException C# (CSharp) Method

MissingPrimaryKeyException() private method

private MissingPrimaryKeyException ( ObjectName tableName ) : System
tableName ObjectName
return System
        internal MissingPrimaryKeyException(ObjectName tableName)
            : base(SystemErrorCodes.MissingPrimaryKey, FormatMessage(tableName))
        {
        }